Html Css Color HEX #F8A06C Hit Pink

📋 copy color: '#F8A06C'

red 248 ◦ green 160 ◦ blue 108

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

Shades of Hit Pink #F8A06C

Tints of Hit Pink #F8A06C

RGB

 RED value IS 248 (97.27% from 255) = 48.06%

 GREEN value IS 160 (62.89% from 255) = 31.01%

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

R = 48.06%
G = 31.01%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8A06C (or 0xF8A06C) is known color: Hit Pink. HEX triplet: F8, A0 and 6C. RGB value is (248,160,108). Sum of RGB (Red+Green+Blue) = 248+160+108=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A06C is #075F93. Grayscale: #B4B4B4. Windows color (decimal): -483220 or 7119096. OLE color: 7119096.

HSL color Cylindrical-coordinate representation of color #F8A06C: hue angle of 22.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8A06C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 160 108 -
CMYK 0 0.35 0.56 0.03
HSL 22.29º 0.91% 0.7% -
HSV(B) 22.29º 0.56% 0.97% -
XYZ 53.99 46.18 20.26 -
YUV 180.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 248 160 108 0 0.35 0.56 0.03 22.29 0.91 0.7
Hex F8 A0 6C 0 23 38 3 16 5B 46
Octal 370 240 154 0 43 70 3 26 133 106
Binary 11111000 10100000 1101100 0 100011 111000 11 10110 1011011 1000110

Color Harmonies of #F8A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A06C

Black with #F8A06C

Text Example


Text Example

White with #F8A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A06C; }

 p { color: rgb(248,160,108); }

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

background-color css

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

 a { background-color: rgb(248,160,108); }

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

border-color css

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

 span { border-color: rgb(248,160,108); }

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