#F93AE2

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

Shades of Razzle Dazzle Rose #F93AE2

Tints of Razzle Dazzle Rose #F93AE2

Color information

#F93AE2 (or 0xF93AE2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3A and E2. RGB value is (249,58,226). Sum of RGB (Red+Green+Blue) = 249+58+226=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 58 (23.05% from 255 or 10.88% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AE2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AE2 is #06C51D. Grayscale: #858585. Windows color (decimal): -443678 or 14826233. OLE color: 14826233.

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

Color convert

RGB24958226-
CMYK00.770.090.02
HSL307.23º94.09%60.2%-
HSV(B)307.23º76.71%97.65%-
XYZ54.3128.6674.62-
YUV134.26179.78209.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.72%
GREEN value IS 58 (23.05% from 255) = 10.88%
BLUE value IS 226 (88.67% from 255) = 42.40%
R=46.72%
G=10.88%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495822600.770.090.02307.2394.0960.2
HexF93AE204D921335e3c
Octal37172342011511246313674
Binary1111100111101011100010010011011001101001100111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93AE2; }

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

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

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

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

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

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

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

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