#F93AD6

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

Shades of Razzle Dazzle Rose #F93AD6

Tints of Razzle Dazzle Rose #F93AD6

Color information

#F93AD6 (or 0xF93AD6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 3A and D6. RGB value is (249,58,214). Sum of RGB (Red+Green+Blue) = 249+58+214=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 58 (23.05% from 255 or 11.13% from 521); Blue value is 214 (83.98% from 255 or 41.07% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F93AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93AD6 is #06C529. Grayscale: #848484. Windows color (decimal): -443690 or 14039801. OLE color: 14039801.

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

Color convert

RGB24958214-
CMYK00.770.140.02
HSL310.99º94.09%60.2%-
HSV(B)310.99º76.71%97.65%-
XYZ52.7228.0266.25-
YUV132.89173.78210.82-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 58 (23.05% from 255) = 11.13%
BLUE value IS 214 (83.98% from 255) = 41.07%
R=47.79%
G=11.13%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495821400.770.140.02310.9994.0960.2
HexF93AD604DE21375e3c
Octal37172326011516246713674
Binary1111100111101011010110010011011110101001101111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93AD6; }

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

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

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

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

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

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

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

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