Html Css Color HEX #FC4DD2 Razzle Dazzle Rose

📋 copy color: '#FC4DD2'

red 252 ◦ green 77 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FC4DD2

Tints of Razzle Dazzle Rose #FC4DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.96%

R = 46.75%
G = 14.29%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC4DD2 (or 0xFC4DD2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4D and D2. RGB value is (252,77,210). Sum of RGB (Red+Green+Blue) = 252+77+210=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DD2 is #03B22D. Grayscale: #909090. Windows color (decimal): -242222 or 13782524. OLE color: 13782524.

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

Color convert

RGB 252 77 210 -
CMYK 0 0.69 0.17 0.01
HSL 314.4º 0.97% 0.65% -
HSV(B) 314.4º 0.69% 0.99% -
XYZ 54.43 30.66 64.02 -
YUV 144.49 164.98 204.69 -
System Red Green Blue C M Y K H S L
Decimal 252 77 210 0 0.69 0.17 0.01 314.4 0.97 0.65
Hex FC 4D D2 0 45 11 1 13A 61 41
Octal 374 115 322 0 105 21 1 472 141 101
Binary 11111100 1001101 11010010 0 1000101 10001 1 100111010 1100001 1000001

Color Harmonies of #FC4DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DD2

Black with #FC4DD2

Text Example


Text Example

White with #FC4DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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