Html Css Color HEX #F99A71 Hit Pink

📋 copy color: '#F99A71'

red 249 ◦ green 154 ◦ blue 113

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

Shades of Hit Pink #F99A71

Tints of Hit Pink #F99A71

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

 BLUE value IS 113 (44.53% from 255) = 21.9%

R = 48.26%
G = 29.84%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F99A71 (or 0xF99A71) is known color: Hit Pink. HEX triplet: F9, 9A and 71. RGB value is (249,154,113). Sum of RGB (Red+Green+Blue) = 249+154+113=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99A71 is #06658E. Grayscale: #B1B1B1. Windows color (decimal): -419215 or 7445241. OLE color: 7445241.

HSL color Cylindrical-coordinate representation of color #F99A71: hue angle of 18.09º 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 #F99A71 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 154 113 -
CMYK 0 0.38 0.55 0.02
HSL 18.09º 0.92% 0.71% -
HSV(B) 18.09º 0.55% 0.98% -
XYZ 53.6 44.44 21.38 -
YUV 177.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 249 154 113 0 0.38 0.55 0.02 18.09 0.92 0.71
Hex F9 9A 71 0 26 37 2 12 5C 47
Octal 371 232 161 0 46 67 2 22 134 107
Binary 11111001 10011010 1110001 0 100110 110111 10 10010 1011100 1000111

Color Harmonies of #F99A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99A71

Black with #F99A71

Text Example


Text Example

White with #F99A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99A71; }

 p { color: rgb(249,154,113); }

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

background-color css

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

 a { background-color: rgb(249,154,113); }

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

border-color css

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

 span { border-color: rgb(249,154,113); }

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