Html Css Color HEX #FD20D0 Razzle Dazzle Rose

📋 copy color: '#FD20D0'

red 253 ◦ green 32 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FD20D0

Tints of Razzle Dazzle Rose #FD20D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 51.32%
G = 6.49%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FD20D0 (or 0xFD20D0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 20 and D0. RGB value is (253,32,208). Sum of RGB (Red+Green+Blue) = 253+32+208=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20D0 is #02DF2F. Grayscale: #757575. Windows color (decimal): -188208 or 13639933. OLE color: 13639933.

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

Color convert

RGB 253 32 208 -
CMYK 0 0.87 0.18 0.01
HSL 312.22º 0.98% 0.56% -
HSV(B) 312.22º 0.87% 0.99% -
XYZ 52.41 26.47 62.02 -
YUV 118.14 178.72 224.19 -
System Red Green Blue C M Y K H S L
Decimal 253 32 208 0 0.87 0.18 0.01 312.22 0.98 0.56
Hex FD 20 D0 0 57 12 1 138 62 38
Octal 375 40 320 0 127 22 1 470 142 70
Binary 11111101 100000 11010000 0 1010111 10010 1 100111000 1100010 111000

Color Harmonies of #FD20D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20D0

Black with #FD20D0

Text Example


Text Example

White with #FD20D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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