Html Css Color HEX #FD2ADD Razzle Dazzle Rose

📋 copy color: '#FD2ADD'

red 253 ◦ green 42 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FD2ADD

Tints of Razzle Dazzle Rose #FD2ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 49.03%
G = 8.14%
B = 42.83%

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

#FD2ADD (or 0xFD2ADD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2A and DD. RGB value is (253,42,221). Sum of RGB (Red+Green+Blue) = 253+42+221=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 42 (16.80% from 255 or 8.14% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ADD is #02D522. Grayscale: #7C7C7C. Windows color (decimal): -185635 or 14494461. OLE color: 14494461.

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

Color convert

RGB 253 42 221 -
CMYK 0 0.83 0.13 0.01
HSL 309.1º 0.98% 0.58% -
HSV(B) 309.1º 0.83% 0.99% -
XYZ 54.39 27.76 70.9 -
YUV 125.5 181.9 218.95 -
System Red Green Blue C M Y K H S L
Decimal 253 42 221 0 0.83 0.13 0.01 309.1 0.98 0.58
Hex FD 2A DD 0 53 D 1 135 62 3A
Octal 375 52 335 0 123 15 1 465 142 72
Binary 11111101 101010 11011101 0 1010011 1101 1 100110101 1100010 111010

Color Harmonies of #FD2ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2ADD

Black with #FD2ADD

Text Example


Text Example

White with #FD2ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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