Html Css Color HEX #F8A271 Hit Pink

📋 copy color: '#F8A271'

red 248 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #F8A271

Tints of Hit Pink #F8A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.98%

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

R = 47.42%
G = 30.98%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#F8A271 (or 0xF8A271) is known color: Hit Pink. HEX triplet: F8, A2 and 71. RGB value is (248,162,113). Sum of RGB (Red+Green+Blue) = 248+162+113=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A271 is #075D8E. Grayscale: #B6B6B6. Windows color (decimal): -482703 or 7447288. OLE color: 7447288.

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

Color convert

RGB 248 162 113 -
CMYK 0 0.35 0.54 0.03
HSL 21.78º 0.91% 0.71% -
HSV(B) 21.78º 0.54% 0.97% -
XYZ 54.61 46.99 21.81 -
YUV 182.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 248 162 113 0 0.35 0.54 0.03 21.78 0.91 0.71
Hex F8 A2 71 0 23 36 3 16 5B 47
Octal 370 242 161 0 43 66 3 26 133 107
Binary 11111000 10100010 1110001 0 100011 110110 11 10110 1011011 1000111

Color Harmonies of #F8A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A271

Black with #F8A271

Text Example


Text Example

White with #F8A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A271; }

 p { color: rgb(248,162,113); }

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

background-color css

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

 a { background-color: rgb(248,162,113); }

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

border-color css

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

 span { border-color: rgb(248,162,113); }

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