Html Css Color HEX #FC2AD3 Razzle Dazzle Rose

📋 copy color: '#FC2AD3'

red 252 ◦ green 42 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FC2AD3

Tints of Razzle Dazzle Rose #FC2AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.78%

R = 49.9%
G = 8.32%
B = 41.78%

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

#FC2AD3 (or 0xFC2AD3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2A and D3. RGB value is (252,42,211). Sum of RGB (Red+Green+Blue) = 252+42+211=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 42 (16.80% from 255 or 8.32% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2AD3 is #03D52C. Grayscale: #7B7B7B. Windows color (decimal): -251181 or 13839100. OLE color: 13839100.

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

Color convert

RGB 252 42 211 -
CMYK 0 0.83 0.16 0.01
HSL 311.71º 0.97% 0.58% -
HSV(B) 311.71º 0.83% 0.99% -
XYZ 52.73 27.05 64.07 -
YUV 124.06 177.07 219.26 -
System Red Green Blue C M Y K H S L
Decimal 252 42 211 0 0.83 0.16 0.01 311.71 0.97 0.58
Hex FC 2A D3 0 53 10 1 138 61 3A
Octal 374 52 323 0 123 20 1 470 141 72
Binary 11111100 101010 11010011 0 1010011 10000 1 100111000 1100001 111010

Color Harmonies of #FC2AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2AD3

Black with #FC2AD3

Text Example


Text Example

White with #FC2AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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