#F30F93

Color #F30F93 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F30F93

Tints of Deep Pink #F30F93

Color information

#F30F93 (or 0xF30F93) is unknown color: approx Deep Pink. HEX triplet: F3, 0F and 93. RGB value is (243,15,147). Sum of RGB (Red+Green+Blue) = 243+15+147=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30F93 is #0CF06C. Grayscale: #616161. Windows color (decimal): -847981 or 9637875. OLE color: 9637875.

HSL color Cylindrical-coordinate representation of color #F30F93: hue angle of 325.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F93 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB24315147-
CMYK00.940.400.05
HSL325.26º90.48%50.59%-
HSV(B)325.26º93.83%95.29%-
XYZ42.421.529.52-
YUV98.22155.54231.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 3.70%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=60%
G=3.70%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431514700.940.400.05325.2690.4850.59
HexF3F9305E2851455a33
Octal36317223013650550513263
Binary11110011111110010011010111101010001011010001011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30F93; }

 p { color: rgb(243,15,147); }

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

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

 a { background-color: rgb(243,15,147); }

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

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

 span { border-color: rgb(243,15,147); }

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