#F91ED5

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

Shades of Razzle Dazzle Rose #F91ED5

Tints of Razzle Dazzle Rose #F91ED5

Color information

#F91ED5 (or 0xF91ED5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 1E and D5. RGB value is (249,30,213). Sum of RGB (Red+Green+Blue) = 249+30+213=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 30 (12.11% from 255 or 6.10% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ED5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ED5 is #06E12A. Grayscale: #737373. Windows color (decimal): -450859 or 13967097. OLE color: 13967097.

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

Color convert

RGB24930213-
CMYK00.880.140.02
HSL309.86º94.81%54.71%-
HSV(B)309.86º87.95%97.65%-
XYZ51.5425.8765.23-
YUV116.34182.55222.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 30 (12.11% from 255) = 6.10%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=50.61%
G=6.10%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493021300.880.140.02309.8694.8154.71
HexF91ED5058E21365f37
Octal37136325013016246613767
Binary111110011111011010101010110001110101001101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91ED5; }

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

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

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

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

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

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

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

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