Html Css Color HEX #F99D6C Hit Pink

📋 copy color: '#F99D6C'

red 249 ◦ green 157 ◦ blue 108

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

Shades of Hit Pink #F99D6C

Tints of Hit Pink #F99D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.01%

R = 48.44%
G = 30.54%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F99D6C (or 0xF99D6C) is known color: Hit Pink. HEX triplet: F9, 9D and 6C. RGB value is (249,157,108). Sum of RGB (Red+Green+Blue) = 249+157+108=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99D6C is #066293. Grayscale: #B3B3B3. Windows color (decimal): -418452 or 7118329. OLE color: 7118329.

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

Color convert

RGB 249 157 108 -
CMYK 0 0.37 0.57 0.02
HSL 20.85º 0.92% 0.7% -
HSV(B) 20.85º 0.57% 0.98% -
XYZ 53.83 45.34 20.1 -
YUV 178.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 249 157 108 0 0.37 0.57 0.02 20.85 0.92 0.7
Hex F9 9D 6C 0 25 39 2 15 5C 46
Octal 371 235 154 0 45 71 2 25 134 106
Binary 11111001 10011101 1101100 0 100101 111001 10 10101 1011100 1000110

Color Harmonies of #F99D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99D6C

Black with #F99D6C

Text Example


Text Example

White with #F99D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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