#f91ee0

Color #F91EE0 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F91EE0

Tints of Razzle Dazzle Rose #F91EE0

Color information

#F91EE0 (or 0xF91EE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 1E and E0. RGB value is (249,30,224). Sum of RGB (Red+Green+Blue) = 249+30+224=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 30 (12.11% from 255 or 5.96% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F91EE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91EE0 is #06E11F. Grayscale: #757575. Windows color (decimal): -450848 or 14687993. OLE color: 14687993.

HSL color Cylindrical-coordinate representation of color #F91EE0: hue angle of 306.85º 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 #F91EE0 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB24930224-
CMYK00.880.100.02
HSL306.85º94.81%54.71%-
HSV(B)306.85º87.95%97.65%-
XYZ52.9926.4572.83-
YUV117.6188.05221.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 30 (12.11% from 255) = 5.96%
BLUE value IS 224 (87.89% from 255) = 44.53%
R=49.50%
G=5.96%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493022400.880.100.02306.8594.8154.71
HexF91EE0058A21335f37
Octal37136340013012246313767
Binary111110011111011100000010110001010101001100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f91ee0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f91ee0; }

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

 H1.HeaderClassName
 {
   color: #f91ee0;
 }
 .AnyTagClassName
 {
   color: #f91ee0;
 }
</style>
background-color css

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

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

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

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

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

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