Html Css Color HEX #FD2ED8 Razzle Dazzle Rose

📋 copy color: '#FD2ED8'

red 253 ◦ green 46 ◦ blue 216

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

Shades of Razzle Dazzle Rose #FD2ED8

Tints of Razzle Dazzle Rose #FD2ED8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.93%

 BLUE value IS 216 (84.77% from 255) = 41.94%

R = 49.13%
G = 8.93%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD2ED8 (or 0xFD2ED8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and D8. RGB value is (253,46,216). Sum of RGB (Red+Green+Blue) = 253+46+216=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 46 (18.36% from 255 or 8.93% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ED8 is #02D127. Grayscale: #7E7E7E. Windows color (decimal): -184616 or 14167805. OLE color: 14167805.

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

Color convert

RGB 253 46 216 -
CMYK 0 0.82 0.15 0.01
HSL 310.72º 0.98% 0.59% -
HSV(B) 310.72º 0.82% 0.99% -
XYZ 53.88 27.79 67.49 -
YUV 127.27 178.08 217.68 -
System Red Green Blue C M Y K H S L
Decimal 253 46 216 0 0.82 0.15 0.01 310.72 0.98 0.59
Hex FD 2E D8 0 52 F 1 137 62 3B
Octal 375 56 330 0 122 17 1 467 142 73
Binary 11111101 101110 11011000 0 1010010 1111 1 100110111 1100010 111011

Color Harmonies of #FD2ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2ED8

Black with #FD2ED8

Text Example


Text Example

White with #FD2ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2ED8; }

 p { color: rgb(253,46,216); }

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

background-color css

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

 a { background-color: rgb(253,46,216); }

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

border-color css

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

 span { border-color: rgb(253,46,216); }

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