Html Css Color HEX #FF1ED9 Razzle Dazzle Rose

📋 copy color: '#FF1ED9'

red 255 ◦ green 30 ◦ blue 217

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

Shades of Razzle Dazzle Rose #FF1ED9

Tints of Razzle Dazzle Rose #FF1ED9

RGB

 RED value IS 255 (100% from 255) = 50.8%

 GREEN value IS 30 (12.11% from 255) = 5.98%

 BLUE value IS 217 (85.16% from 255) = 43.23%

R = 50.8%
G = 5.98%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF1ED9 (or 0xFF1ED9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1E and D9. RGB value is (255,30,217). Sum of RGB (Red+Green+Blue) = 255+30+217=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 30 (12.11% from 255 or 5.98% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ED9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ED9 is #00E126. Grayscale: #767676. Windows color (decimal): -57639 or 14229247. OLE color: 14229247.

HSL color Cylindrical-coordinate representation of color #FF1ED9: hue angle of 310.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1ED9 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 30 217 -
CMYK 0 0.88 0.15 0
HSL 310.13º 1% 0.56% -
HSV(B) 310.13º 0.88% 1% -
XYZ 54.23 27.2 68.04 -
YUV 118.59 183.54 225.29 -
System Red Green Blue C M Y K H S L
Decimal 255 30 217 0 0.88 0.15 0 310.13 1 0.56
Hex FF 1E D9 0 58 F 0 136 64 38
Octal 377 36 331 0 130 17 0 466 144 70
Binary 11111111 11110 11011001 0 1011000 1111 0 100110110 1100100 111000

Color Harmonies of #FF1ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1ED9

Black with #FF1ED9

Text Example


Text Example

White with #FF1ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1ED9; }

 p { color: rgb(255,30,217); }

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

background-color css

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

 a { background-color: rgb(255,30,217); }

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

border-color css

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

 span { border-color: rgb(255,30,217); }

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