#F93EC0

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

Shades of Razzle Dazzle Rose #F93EC0

Tints of Razzle Dazzle Rose #F93EC0

Color information

#F93EC0 (or 0xF93EC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3E and C0. RGB value is (249,62,192). Sum of RGB (Red+Green+Blue) = 249+62+192=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 62 (24.61% from 255 or 12.33% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F93EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93EC0 is #06C13F. Grayscale: #848484. Windows color (decimal): -442688 or 12599033. OLE color: 12599033.

HSL color Cylindrical-coordinate representation of color #F93EC0: hue angle of 318.29º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93EC0 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB24962192-
CMYK00.750.230.02
HSL318.29º93.97%60.98%-
HSV(B)318.29º75.1%97.65%-
XYZ50.327.3952.5-
YUV132.73161.45210.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.50%
GREEN value IS 62 (24.61% from 255) = 12.33%
BLUE value IS 192 (75.39% from 255) = 38.17%
R=49.50%
G=12.33%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496219200.750.230.02318.2993.9760.98
HexF93EC004B17213e5e3d
Octal37176300011327247613675
Binary11111001111110110000000100101110111101001111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93EC0; }

 p { color: rgb(249,62,192); }

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

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

 a { background-color: rgb(249,62,192); }

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

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

 span { border-color: rgb(249,62,192); }

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