Html Css Color HEX #FC40C0 Razzle Dazzle Rose

📋 copy color: '#FC40C0'

red 252 ◦ green 64 ◦ blue 192

#FC40C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FC40C0

Tints of Razzle Dazzle Rose #FC40C0

RGB

 RED value IS 252 (98.83% from 255) = 49.61%

 GREEN value IS 64 (25.39% from 255) = 12.6%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 49.61%
G = 12.6%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC40C0 (or 0xFC40C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and C0. RGB value is (252,64,192). Sum of RGB (Red+Green+Blue) = 252+64+192=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40C0 is #03BF3F. Grayscale: #868686. Windows color (decimal): -245568 or 12599548. OLE color: 12599548.

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

Color convert

RGB 252 64 192 -
CMYK 0 0.75 0.24 0.01
HSL 319.15º 0.97% 0.62% -
HSV(B) 319.15º 0.75% 0.99% -
XYZ 51.49 28.17 52.59 -
YUV 134.8 160.28 211.59 -
System Red Green Blue C M Y K H S L
Decimal 252 64 192 0 0.75 0.24 0.01 319.15 0.97 0.62
Hex FC 40 C0 0 4B 18 1 13F 61 3E
Octal 374 100 300 0 113 30 1 477 141 76
Binary 11111100 1000000 11000000 0 1001011 11000 1 100111111 1100001 111110

Color Harmonies of #FC40C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40C0

Black with #FC40C0

Text Example


Text Example

White with #FC40C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40C0; }

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

 H1.HeaderClassName
 {
   color: #FC40C0;
 }
 .AnyTagClassName
 {
   color: #FC40C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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