#F93AE0

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

Shades of Razzle Dazzle Rose #F93AE0

Tints of Razzle Dazzle Rose #F93AE0

Color information

#F93AE0 (or 0xF93AE0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3A and E0. RGB value is (249,58,224). Sum of RGB (Red+Green+Blue) = 249+58+224=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 58 (23.05% from 255 or 10.92% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AE0 is #06C51F. Grayscale: #858585. Windows color (decimal): -443680 or 14695161. OLE color: 14695161.

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

Color convert

RGB24958224-
CMYK00.770.100.02
HSL307.85º94.09%60.2%-
HSV(B)307.85º76.71%97.65%-
XYZ54.0328.5573.18-
YUV134.03178.78210-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.89%
GREEN value IS 58 (23.05% from 255) = 10.92%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=46.89%
G=10.92%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495822400.770.100.02307.8594.0960.2
HexF93AE004DA21345e3c
Octal37172340011512246413674
Binary1111100111101011100000010011011010101001101001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93AE0; }

 p { color: rgb(249,58,224); }

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

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

 a { background-color: rgb(249,58,224); }

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

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

 span { border-color: rgb(249,58,224); }

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