Html Css Color HEX #FC44C2 Razzle Dazzle Rose

📋 copy color: '#FC44C2'

red 252 ◦ green 68 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC44C2

Tints of Razzle Dazzle Rose #FC44C2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.23%

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

R = 49.03%
G = 13.23%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC44C2 (or 0xFC44C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 44 and C2. RGB value is (252,68,194). Sum of RGB (Red+Green+Blue) = 252+68+194=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC44C2 is #03BB3D. Grayscale: #898989. Windows color (decimal): -244542 or 12731644. OLE color: 12731644.

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

Color convert

RGB 252 68 194 -
CMYK 0 0.73 0.23 0.01
HSL 318.91º 0.97% 0.63% -
HSV(B) 318.91º 0.73% 0.99% -
XYZ 51.95 28.72 53.85 -
YUV 137.38 159.96 209.75 -
System Red Green Blue C M Y K H S L
Decimal 252 68 194 0 0.73 0.23 0.01 318.91 0.97 0.63
Hex FC 44 C2 0 49 17 1 13F 61 3F
Octal 374 104 302 0 111 27 1 477 141 77
Binary 11111100 1000100 11000010 0 1001001 10111 1 100111111 1100001 111111

Color Harmonies of #FC44C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC44C2

Black with #FC44C2

Text Example


Text Example

White with #FC44C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC44C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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