Html Css Color HEX #FD20CE Razzle Dazzle Rose

📋 copy color: '#FD20CE'

red 253 ◦ green 32 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FD20CE

Tints of Razzle Dazzle Rose #FD20CE

RGB

 RED value IS 253 (99.22% from 255) = 51.53%

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 51.53%
G = 6.52%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD20CE (or 0xFD20CE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 20 and CE. RGB value is (253,32,206). Sum of RGB (Red+Green+Blue) = 253+32+206=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 32 (12.89% from 255 or 6.52% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20CE is #02DF31. Grayscale: #757575. Windows color (decimal): -188210 or 13508861. OLE color: 13508861.

HSL color Cylindrical-coordinate representation of color #FD20CE: hue angle of 312.76º degrees, saturation: 0.98, 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 #FD20CE is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 32 206 -
CMYK 0 0.87 0.19 0.01
HSL 312.76º 0.98% 0.56% -
HSV(B) 312.76º 0.87% 0.99% -
XYZ 52.17 26.37 60.73 -
YUV 117.92 177.72 224.35 -
System Red Green Blue C M Y K H S L
Decimal 253 32 206 0 0.87 0.19 0.01 312.76 0.98 0.56
Hex FD 20 CE 0 57 13 1 139 62 38
Octal 375 40 316 0 127 23 1 471 142 70
Binary 11111101 100000 11001110 0 1010111 10011 1 100111001 1100010 111000

Color Harmonies of #FD20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20CE

Black with #FD20CE

Text Example


Text Example

White with #FD20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20CE; }

 p { color: rgb(253,32,206); }

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

background-color css

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

 a { background-color: rgb(253,32,206); }

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

border-color css

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

 span { border-color: rgb(253,32,206); }

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