#F93ED3

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

Shades of Razzle Dazzle Rose #F93ED3

Tints of Razzle Dazzle Rose #F93ED3

Color information

#F93ED3 (or 0xF93ED3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3E and D3. RGB value is (249,62,211). Sum of RGB (Red+Green+Blue) = 249+62+211=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ED3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ED3 is #06C12C. Grayscale: #868686. Windows color (decimal): -442669 or 13844217. OLE color: 13844217.

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

Color convert

RGB24962211-
CMYK00.750.150.02
HSL312.19º93.97%60.98%-
HSV(B)312.19º75.1%97.65%-
XYZ52.5528.2964.32-
YUV134.9170.95209.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.70%
GREEN value IS 62 (24.61% from 255) = 11.88%
BLUE value IS 211 (82.81% from 255) = 40.42%
R=47.70%
G=11.88%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496221100.750.150.02312.1993.9760.98
HexF93ED304BF21385e3d
Octal37176323011317247013675
Binary1111100111111011010011010010111111101001110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93ED3; }

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

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

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

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

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

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

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

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