Html Css Color HEX #FC4DC2 Razzle Dazzle Rose

📋 copy color: '#FC4DC2'

red 252 ◦ green 77 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC4DC2

Tints of Razzle Dazzle Rose #FC4DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.72%

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

R = 48.18%
G = 14.72%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC4DC2 (or 0xFC4DC2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4D and C2. RGB value is (252,77,194). Sum of RGB (Red+Green+Blue) = 252+77+194=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DC2 is #03B23D. Grayscale: #8E8E8E. Windows color (decimal): -242238 or 12733948. OLE color: 12733948.

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

Color convert

RGB 252 77 194 -
CMYK 0 0.69 0.23 0.01
HSL 319.89º 0.97% 0.65% -
HSV(B) 319.89º 0.69% 0.99% -
XYZ 52.54 29.9 54.04 -
YUV 142.66 156.98 205.99 -
System Red Green Blue C M Y K H S L
Decimal 252 77 194 0 0.69 0.23 0.01 319.89 0.97 0.65
Hex FC 4D C2 0 45 17 1 140 61 41
Octal 374 115 302 0 105 27 1 500 141 101
Binary 11111100 1001101 11000010 0 1000101 10111 1 101000000 1100001 1000001

Color Harmonies of #FC4DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DC2

Black with #FC4DC2

Text Example


Text Example

White with #FC4DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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