Html Css Color HEX #FC36C2 Razzle Dazzle Rose

📋 copy color: '#FC36C2'

red 252 ◦ green 54 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC36C2

Tints of Razzle Dazzle Rose #FC36C2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.8%

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 50.4%
G = 10.8%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC36C2 (or 0xFC36C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 36 and C2. RGB value is (252,54,194). Sum of RGB (Red+Green+Blue) = 252+54+194=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC36C2 is #03C93D. Grayscale: #808080. Windows color (decimal): -248126 or 12728060. OLE color: 12728060.

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

Color convert

RGB 252 54 194 -
CMYK 0 0.79 0.23 0.01
HSL 317.58º 0.97% 0.6% -
HSV(B) 317.58º 0.79% 0.99% -
XYZ 51.2 27.23 53.6 -
YUV 129.16 164.6 215.62 -
System Red Green Blue C M Y K H S L
Decimal 252 54 194 0 0.79 0.23 0.01 317.58 0.97 0.6
Hex FC 36 C2 0 4F 17 1 13E 61 3C
Octal 374 66 302 0 117 27 1 476 141 74
Binary 11111100 110110 11000010 0 1001111 10111 1 100111110 1100001 111100

Color Harmonies of #FC36C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36C2

Black with #FC36C2

Text Example


Text Example

White with #FC36C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36C2; }

 p { color: rgb(252,54,194); }

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

background-color css

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

 a { background-color: rgb(252,54,194); }

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

border-color css

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

 span { border-color: rgb(252,54,194); }

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