Html Css Color HEX #FC2AD4 Razzle Dazzle Rose

📋 copy color: '#FC2AD4'

red 252 ◦ green 42 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FC2AD4

Tints of Razzle Dazzle Rose #FC2AD4

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.3%

 BLUE value IS 212 (83.2% from 255) = 41.9%

R = 49.8%
G = 8.3%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC2AD4 (or 0xFC2AD4) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2A and D4. RGB value is (252,42,212). Sum of RGB (Red+Green+Blue) = 252+42+212=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2AD4 is #03D52B. Grayscale: #7B7B7B. Windows color (decimal): -251180 or 13904636. OLE color: 13904636.

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

Color convert

RGB 252 42 212 -
CMYK 0 0.83 0.16 0.01
HSL 311.43º 0.97% 0.58% -
HSV(B) 311.43º 0.83% 0.99% -
XYZ 52.86 27.1 64.73 -
YUV 124.17 177.57 219.18 -
System Red Green Blue C M Y K H S L
Decimal 252 42 212 0 0.83 0.16 0.01 311.43 0.97 0.58
Hex FC 2A D4 0 53 10 1 137 61 3A
Octal 374 52 324 0 123 20 1 467 141 72
Binary 11111100 101010 11010100 0 1010011 10000 1 100110111 1100001 111010

Color Harmonies of #FC2AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AD4

Black with #FC2AD4

Text Example


Text Example

White with #FC2AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AD4; }

 p { color: rgb(252,42,212); }

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

background-color css

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

 a { background-color: rgb(252,42,212); }

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

border-color css

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

 span { border-color: rgb(252,42,212); }

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