Html Css Color HEX #F99D70 Hit Pink

📋 copy color: '#F99D70'

red 249 ◦ green 157 ◦ blue 112

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

Shades of Hit Pink #F99D70

Tints of Hit Pink #F99D70

RGB

 RED value IS 249 (97.66% from 255) = 48.07%

 GREEN value IS 157 (61.72% from 255) = 30.31%

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

R = 48.07%
G = 30.31%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F99D70 (or 0xF99D70) is known color: Hit Pink. HEX triplet: F9, 9D and 70. RGB value is (249,157,112). Sum of RGB (Red+Green+Blue) = 249+157+112=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D70 is #06628F. Grayscale: #B3B3B3. Windows color (decimal): -418448 or 7380473. OLE color: 7380473.

HSL color Cylindrical-coordinate representation of color #F99D70: hue angle of 19.71º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F99D70 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 157 112 -
CMYK 0 0.37 0.55 0.02
HSL 19.71º 0.92% 0.71% -
HSV(B) 19.71º 0.55% 0.98% -
XYZ 54.05 45.42 21.25 -
YUV 179.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 249 157 112 0 0.37 0.55 0.02 19.71 0.92 0.71
Hex F9 9D 70 0 25 37 2 14 5C 47
Octal 371 235 160 0 45 67 2 24 134 107
Binary 11111001 10011101 1110000 0 100101 110111 10 10100 1011100 1000111

Color Harmonies of #F99D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D70

Black with #F99D70

Text Example


Text Example

White with #F99D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D70; }

 p { color: rgb(249,157,112); }

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

background-color css

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

 a { background-color: rgb(249,157,112); }

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

border-color css

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

 span { border-color: rgb(249,157,112); }

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