Html Css Color HEX #F91EDE Razzle Dazzle Rose

📋 copy color: '#F91EDE'

red 249 ◦ green 30 ◦ blue 222

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

Shades of Razzle Dazzle Rose #F91EDE

Tints of Razzle Dazzle Rose #F91EDE

RGB

 RED value IS 249 (97.66% from 255) = 49.7%

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 49.7%
G = 5.99%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#F91EDE (or 0xF91EDE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 1E and DE. RGB value is (249,30,222). Sum of RGB (Red+Green+Blue) = 249+30+222=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EDE is #06E121. Grayscale: #747474. Windows color (decimal): -450850 or 14556921. OLE color: 14556921.

HSL color Cylindrical-coordinate representation of color #F91EDE: hue angle of 307.4º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91EDE is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 30 222 -
CMYK 0 0.88 0.11 0.02
HSL 307.4º 0.95% 0.55% -
HSV(B) 307.4º 0.88% 0.98% -
XYZ 52.72 26.34 71.41 -
YUV 117.37 187.05 221.89 -
System Red Green Blue C M Y K H S L
Decimal 249 30 222 0 0.88 0.11 0.02 307.4 0.95 0.55
Hex F9 1E DE 0 58 B 2 133 5F 37
Octal 371 36 336 0 130 13 2 463 137 67
Binary 11111001 11110 11011110 0 1011000 1011 10 100110011 1011111 110111

Color Harmonies of #F91EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91EDE

Black with #F91EDE

Text Example


Text Example

White with #F91EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91EDE; }

 p { color: rgb(249,30,222); }

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

background-color css

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

 a { background-color: rgb(249,30,222); }

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

border-color css

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

 span { border-color: rgb(249,30,222); }

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