Html Css Color HEX #FC4AD2 Razzle Dazzle Rose

📋 copy color: '#FC4AD2'

red 252 ◦ green 74 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FC4AD2

Tints of Razzle Dazzle Rose #FC4AD2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.81%

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

R = 47.01%
G = 13.81%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC4AD2 (or 0xFC4AD2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4A and D2. RGB value is (252,74,210). Sum of RGB (Red+Green+Blue) = 252+74+210=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4AD2 is #03B52D. Grayscale: #8E8E8E. Windows color (decimal): -242990 or 13781756. OLE color: 13781756.

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

Color convert

RGB 252 74 210 -
CMYK 0 0.71 0.17 0.01
HSL 314.16º 0.97% 0.64% -
HSV(B) 314.16º 0.71% 0.99% -
XYZ 54.23 30.25 63.95 -
YUV 142.73 165.97 205.94 -
System Red Green Blue C M Y K H S L
Decimal 252 74 210 0 0.71 0.17 0.01 314.16 0.97 0.64
Hex FC 4A D2 0 47 11 1 13A 61 40
Octal 374 112 322 0 107 21 1 472 141 100
Binary 11111100 1001010 11010010 0 1000111 10001 1 100111010 1100001 1000000

Color Harmonies of #FC4AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4AD2

Black with #FC4AD2

Text Example


Text Example

White with #FC4AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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