Html Css Color HEX #FD2ADC Razzle Dazzle Rose

📋 copy color: '#FD2ADC'

red 253 ◦ green 42 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FD2ADC

Tints of Razzle Dazzle Rose #FD2ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 49.13%
G = 8.16%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD2ADC (or 0xFD2ADC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2A and DC. RGB value is (253,42,220). Sum of RGB (Red+Green+Blue) = 253+42+220=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 42 (16.80% from 255 or 8.16% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ADC is #02D523. Grayscale: #7C7C7C. Windows color (decimal): -185636 or 14428925. OLE color: 14428925.

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

Color convert

RGB 253 42 220 -
CMYK 0 0.83 0.13 0.01
HSL 309.38º 0.98% 0.58% -
HSV(B) 309.38º 0.83% 0.99% -
XYZ 54.25 27.71 70.2 -
YUV 125.38 181.4 219.03 -
System Red Green Blue C M Y K H S L
Decimal 253 42 220 0 0.83 0.13 0.01 309.38 0.98 0.58
Hex FD 2A DC 0 53 D 1 135 62 3A
Octal 375 52 334 0 123 15 1 465 142 72
Binary 11111101 101010 11011100 0 1010011 1101 1 100110101 1100010 111010

Color Harmonies of #FD2ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2ADC

Black with #FD2ADC

Text Example


Text Example

White with #FD2ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2ADC; }

 p { color: rgb(253,42,220); }

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

background-color css

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

 a { background-color: rgb(253,42,220); }

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

border-color css

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

 span { border-color: rgb(253,42,220); }

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