Html Css Color HEX #FD2ED2 Razzle Dazzle Rose

📋 copy color: '#FD2ED2'

red 253 ◦ green 46 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FD2ED2

Tints of Razzle Dazzle Rose #FD2ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.26%

R = 49.71%
G = 9.04%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD2ED2 (or 0xFD2ED2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and D2. RGB value is (253,46,210). Sum of RGB (Red+Green+Blue) = 253+46+210=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 46 (18.36% from 255 or 9.04% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ED2 is #02D12D. Grayscale: #7E7E7E. Windows color (decimal): -184622 or 13774589. OLE color: 13774589.

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

Color convert

RGB 253 46 210 -
CMYK 0 0.82 0.17 0.01
HSL 312.46º 0.98% 0.59% -
HSV(B) 312.46º 0.82% 0.99% -
XYZ 53.12 27.49 63.48 -
YUV 126.59 175.08 218.16 -
System Red Green Blue C M Y K H S L
Decimal 253 46 210 0 0.82 0.17 0.01 312.46 0.98 0.59
Hex FD 2E D2 0 52 11 1 138 62 3B
Octal 375 56 322 0 122 21 1 470 142 73
Binary 11111101 101110 11010010 0 1010010 10001 1 100111000 1100010 111011

Color Harmonies of #FD2ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2ED2

Black with #FD2ED2

Text Example


Text Example

White with #FD2ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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