#F91ED4

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

Shades of Razzle Dazzle Rose #F91ED4

Tints of Razzle Dazzle Rose #F91ED4

Color information

#F91ED4 (or 0xF91ED4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 1E and D4. RGB value is (249,30,212). Sum of RGB (Red+Green+Blue) = 249+30+212=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ED4 is #06E12B. Grayscale: #737373. Windows color (decimal): -450860 or 13901561. OLE color: 13901561.

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

Color convert

RGB24930212-
CMYK00.880.150.02
HSL310.14º94.81%54.71%-
HSV(B)310.14º87.95%97.65%-
XYZ51.4125.8264.56-
YUV116.23182.05222.7-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 30 (12.11% from 255) = 6.11%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=50.71%
G=6.11%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493021200.880.150.02310.1494.8154.71
HexF91ED4058F21365f37
Octal37136324013017246613767
Binary111110011111011010100010110001111101001101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91ED4; }

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

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

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

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

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

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

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

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