#F91FE7

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

Shades of Razzle Dazzle Rose #F91FE7

Tints of Razzle Dazzle Rose #F91FE7

Color information

#F91FE7 (or 0xF91FE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 1F and E7. RGB value is (249,31,231). Sum of RGB (Red+Green+Blue) = 249+31+231=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FE7 is #06E018. Grayscale: #767676. Windows color (decimal): -450585 or 15147001. OLE color: 15147001.

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

Color convert

RGB24931231-
CMYK00.880.070.02
HSL304.95º94.78%54.9%-
HSV(B)304.95º87.55%97.65%-
XYZ53.9826.8977.95-
YUV118.98191.22220.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.73%
GREEN value IS 31 (12.5% from 255) = 6.07%
BLUE value IS 231 (90.62% from 255) = 45.21%
R=48.73%
G=6.07%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493123100.880.070.02304.9594.7854.9
HexF91FE7058721315f37
Octal3713734701307246113767
Binary11111001111111110011101011000111101001100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91FE7; }

 p { color: rgb(249,31,231); }

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

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

 a { background-color: rgb(249,31,231); }

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

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

 span { border-color: rgb(249,31,231); }

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