Html Css Color HEX #FC42C0 Razzle Dazzle Rose

📋 copy color: '#FC42C0'

red 252 ◦ green 66 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FC42C0

Tints of Razzle Dazzle Rose #FC42C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.94%

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

R = 49.41%
G = 12.94%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC42C0 (or 0xFC42C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and C0. RGB value is (252,66,192). Sum of RGB (Red+Green+Blue) = 252+66+192=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42C0 is #03BD3F. Grayscale: #878787. Windows color (decimal): -245056 or 12600060. OLE color: 12600060.

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

Color convert

RGB 252 66 192 -
CMYK 0 0.74 0.24 0.01
HSL 319.35º 0.97% 0.62% -
HSV(B) 319.35º 0.74% 0.99% -
XYZ 51.61 28.4 52.63 -
YUV 135.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 252 66 192 0 0.74 0.24 0.01 319.35 0.97 0.62
Hex FC 42 C0 0 4A 18 1 13F 61 3E
Octal 374 102 300 0 112 30 1 477 141 76
Binary 11111100 1000010 11000000 0 1001010 11000 1 100111111 1100001 111110

Color Harmonies of #FC42C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC42C0

Black with #FC42C0

Text Example


Text Example

White with #FC42C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC42C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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