#FC40E6

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

Shades of Razzle Dazzle Rose #FC40E6

Tints of Razzle Dazzle Rose #FC40E6

Color information

#FC40E6 (or 0xFC40E6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 40 and E6. RGB value is (252,64,230). Sum of RGB (Red+Green+Blue) = 252+64+230=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 64 (25.39% from 255 or 11.72% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC40E6 is #03BF19. Grayscale: #8A8A8A. Windows color (decimal): -245530 or 15089916. OLE color: 15089916.

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

Color convert

RGB25264230-
CMYK00.750.090.01
HSL307.02º96.91%61.96%-
HSV(B)307.02º74.6%98.82%-
XYZ56.2630.0877.7-
YUV139.14179.28208.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 64 (25.39% from 255) = 11.72%
BLUE value IS 230 (90.23% from 255) = 42.12%
R=46.15%
G=11.72%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526423000.750.090.01307.0296.9161.96
HexFC40E604B91133613e
Octal374100346011311146314176
Binary1111110010000001110011001001011100111001100111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC40E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC40E6; }

 p { color: rgb(252,64,230); }

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

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

 a { background-color: rgb(252,64,230); }

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

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

 span { border-color: rgb(252,64,230); }

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