Html Css Color HEX #F09E70 Hit Pink

📋 copy color: '#F09E70'

red 240 ◦ green 158 ◦ blue 112

#F09E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #F09E70

Tints of Hit Pink #F09E70

RGB

 RED value IS 240 (94.14% from 255) = 47.06%

 GREEN value IS 158 (62.11% from 255) = 30.98%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 47.06%
G = 30.98%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09E70 (or 0xF09E70) is known color: Hit Pink. HEX triplet: F0, 9E and 70. RGB value is (240,158,112). Sum of RGB (Red+Green+Blue) = 240+158+112=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09E70 is #0F618F. Grayscale: #B1B1B1. Windows color (decimal): -1008016 or 7380720. OLE color: 7380720.

HSL color Cylindrical-coordinate representation of color #F09E70: hue angle of 21.56º 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 #F09E70 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 158 112 -
CMYK 0 0.34 0.53 0.06
HSL 21.56º 0.81% 0.69% -
HSV(B) 21.56º 0.53% 0.94% -
XYZ 51.09 44.15 21.16 -
YUV 177.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 240 158 112 0 0.34 0.53 0.06 21.56 0.81 0.69
Hex F0 9E 70 0 22 35 6 16 51 45
Octal 360 236 160 0 42 65 6 26 121 105
Binary 11110000 10011110 1110000 0 100010 110101 110 10110 1010001 1000101

Color Harmonies of #F09E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E70

Black with #F09E70

Text Example


Text Example

White with #F09E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E70; }

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

 H1.HeaderClassName
 {
   color: #F09E70;
 }
 .AnyTagClassName
 {
   color: #F09E70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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