#F09F70

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

Shades of Hit Pink #F09F70

Tints of Hit Pink #F09F70

Color information

#F09F70 (or 0xF09F70) is unknown color: approx Hit Pink. HEX triplet: F0, 9F and 70. RGB value is (240,159,112). Sum of RGB (Red+Green+Blue) = 240+159+112=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09F70 is #0F608F. Grayscale: #B2B2B2. Windows color (decimal): -1007760 or 7380976. OLE color: 7380976.

HSL color Cylindrical-coordinate representation of color #F09F70: hue angle of 22.03º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F09F70 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB240159112-
CMYK00.340.530.06
HSL22.03º81.01%69.02%-
HSV(B)22.03º53.33%94.12%-
XYZ51.2644.4921.22-
YUV177.8690.84172.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 159 (62.5% from 255) = 31.12%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=46.97%
G=31.12%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015911200.340.530.0622.0381.0169.02
HexF09F70022356165145
Octal36023716004265626121105
Binary1111000010011111111000001000101101011101011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09F70; }

 p { color: rgb(240,159,112); }

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

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

 a { background-color: rgb(240,159,112); }

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

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

 span { border-color: rgb(240,159,112); }

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