Html Css Color HEX #F09C70 Hit Pink

📋 copy color: '#F09C70'

red 240 ◦ green 156 ◦ blue 112

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

Shades of Hit Pink #F09C70

Tints of Hit Pink #F09C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.71%

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

R = 47.24%
G = 30.71%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F09C70 (or 0xF09C70) is known color: Hit Pink. HEX triplet: F0, 9C and 70. RGB value is (240,156,112). Sum of RGB (Red+Green+Blue) = 240+156+112=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F09C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09C70 is #0F638F. Grayscale: #B0B0B0. Windows color (decimal): -1008528 or 7380208. OLE color: 7380208.

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

Color convert

RGB 240 156 112 -
CMYK 0 0.35 0.53 0.06
HSL 20.63º 0.81% 0.69% -
HSV(B) 20.63º 0.53% 0.94% -
XYZ 50.75 43.47 21.05 -
YUV 176.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 240 156 112 0 0.35 0.53 0.06 20.63 0.81 0.69
Hex F0 9C 70 0 23 35 6 15 51 45
Octal 360 234 160 0 43 65 6 25 121 105
Binary 11110000 10011100 1110000 0 100011 110101 110 10101 1010001 1000101

Color Harmonies of #F09C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09C70

Black with #F09C70

Text Example


Text Example

White with #F09C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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