Html Css Color HEX #FD2EC9 Razzle Dazzle Rose

📋 copy color: '#FD2EC9'

red 253 ◦ green 46 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FD2EC9

Tints of Razzle Dazzle Rose #FD2EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 50.6%
G = 9.2%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD2EC9 (or 0xFD2EC9) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and C9. RGB value is (253,46,201). Sum of RGB (Red+Green+Blue) = 253+46+201=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2EC9 is #02D136. Grayscale: #7D7D7D. Windows color (decimal): -184631 or 13184765. OLE color: 13184765.

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

Color convert

RGB 253 46 201 -
CMYK 0 0.82 0.21 0.01
HSL 315.07º 0.98% 0.59% -
HSV(B) 315.07º 0.82% 0.99% -
XYZ 52.03 27.05 57.74 -
YUV 125.56 170.58 218.9 -
System Red Green Blue C M Y K H S L
Decimal 253 46 201 0 0.82 0.21 0.01 315.07 0.98 0.59
Hex FD 2E C9 0 52 15 1 13B 62 3B
Octal 375 56 311 0 122 25 1 473 142 73
Binary 11111101 101110 11001001 0 1010010 10101 1 100111011 1100010 111011

Color Harmonies of #FD2EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2EC9

Black with #FD2EC9

Text Example


Text Example

White with #FD2EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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