#FC40B4

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

Shades of Razzle Dazzle Rose #FC40B4

Tints of Razzle Dazzle Rose #FC40B4

Color information

#FC40B4 (or 0xFC40B4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 40 and B4. RGB value is (252,64,180). Sum of RGB (Red+Green+Blue) = 252+64+180=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40B4 is #03BF4B. Grayscale: #858585. Windows color (decimal): -245580 or 11813116. OLE color: 11813116.

HSL color Cylindrical-coordinate representation of color #FC40B4: hue angle of 322.98º 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 #FC40B4 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB25264180-
CMYK00.750.290.01
HSL322.98º96.91%61.96%-
HSV(B)322.98º74.6%98.82%-
XYZ50.2227.6645.87-
YUV133.44154.28212.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.81%
GREEN value IS 64 (25.39% from 255) = 12.90%
BLUE value IS 180 (70.70% from 255) = 36.29%
R=50.81%
G=12.90%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526418000.750.290.01322.9896.9161.96
HexFC40B404B1D1143613e
Octal374100264011335150314176
Binary11111100100000010110100010010111110111010000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC40B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC40B4; }

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

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

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

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

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

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

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

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