#FC41CE

Color #FC41CE Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FC41CE

Tints of Razzle Dazzle Rose #FC41CE

Color information

#FC41CE (or 0xFC41CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 41 and CE. RGB value is (252,65,206). Sum of RGB (Red+Green+Blue) = 252+65+206=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC41CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC41CE is #03BE31. Grayscale: #888888. Windows color (decimal): -245298 or 13517308. OLE color: 13517308.

HSL color Cylindrical-coordinate representation of color #FC41CE: hue angle of 314.76º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC41CE is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB25265206-
CMYK00.740.180.01
HSL314.76º96.89%62.16%-
HSV(B)314.76º74.21%98.82%-
XYZ53.1828.9361.17-
YUV136.99166.95210.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 48.18%
GREEN value IS 65 (25.78% from 255) = 12.43%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=48.18%
G=12.43%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526520600.740.180.01314.7696.8962.16
HexFC41CE04A12113b613e
Octal374101316011222147314176
Binary11111100100000111001110010010101001011001110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC41CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC41CE; }

 p { color: rgb(252,65,206); }

 H1.HeaderClassName
 {
   color: #FC41CE;
 }
 .AnyTagClassName
 {
   color: #FC41CE;
 }
</style>
background-color css

<style>
 a { background-color: #FC41CE; }

 a { background-color: rgb(252,65,206); }

 div.DivClassName
 {
   background-color: #FC41CE;
 }
 .BgClassName
 {
   background-color: #FC41CE;
 }
</style>
border-color css

<style>
 span { border-color: #FC41CE; }

 span { border-color: rgb(252,65,206); }

 td.TdClassName
 {
   border-color: #FC41CE;
 }
 .TagClassName
 {
   border-color: #FC41CE;
 }
</style>