Html Css Color HEX #FC20D5 Razzle Dazzle Rose

📋 copy color: '#FC20D5'

red 252 ◦ green 32 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FC20D5

Tints of Razzle Dazzle Rose #FC20D5

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.44%

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 50.7%
G = 6.44%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC20D5 (or 0xFC20D5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and D5. RGB value is (252,32,213). Sum of RGB (Red+Green+Blue) = 252+32+213=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20D5 is #03DF2A. Grayscale: #757575. Windows color (decimal): -253739 or 13967612. OLE color: 13967612.

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

Color convert

RGB 252 32 213 -
CMYK 0 0.87 0.15 0.01
HSL 310.64º 0.97% 0.56% -
HSV(B) 310.64º 0.87% 0.99% -
XYZ 52.67 26.53 65.3 -
YUV 118.41 181.39 223.28 -
System Red Green Blue C M Y K H S L
Decimal 252 32 213 0 0.87 0.15 0.01 310.64 0.97 0.56
Hex FC 20 D5 0 57 F 1 137 61 38
Octal 374 40 325 0 127 17 1 467 141 70
Binary 11111100 100000 11010101 0 1010111 1111 1 100110111 1100001 111000

Color Harmonies of #FC20D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC20D5

Black with #FC20D5

Text Example


Text Example

White with #FC20D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC20D5; }

 p { color: rgb(252,32,213); }

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

background-color css

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

 a { background-color: rgb(252,32,213); }

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

border-color css

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

 span { border-color: rgb(252,32,213); }

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