#F93ED4

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

Shades of Razzle Dazzle Rose #F93ED4

Tints of Razzle Dazzle Rose #F93ED4

Color information

#F93ED4 (or 0xF93ED4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3E and D4. RGB value is (249,62,212). Sum of RGB (Red+Green+Blue) = 249+62+212=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ED4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ED4 is #06C12B. Grayscale: #868686. Windows color (decimal): -442668 or 13909753. OLE color: 13909753.

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

Color convert

RGB24962212-
CMYK00.750.150.02
HSL311.87º93.97%60.98%-
HSV(B)311.87º75.1%97.65%-
XYZ52.6728.3464.98-
YUV135.01171.45209.3-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.61%
GREEN value IS 62 (24.61% from 255) = 11.85%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=47.61%
G=11.85%
B=40.54%

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
Decimal2496221200.750.150.02311.8793.9760.98
HexF93ED404BF21385e3d
Octal37176324011317247013675
Binary1111100111111011010100010010111111101001110001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93ED4; }

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

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

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

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

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

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

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

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