Html Css Color HEX #F8A275 Hit Pink

📋 copy color: '#F8A275'

red 248 ◦ green 162 ◦ blue 117

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

Shades of Hit Pink #F8A275

Tints of Hit Pink #F8A275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.2%

R = 47.06%
G = 30.74%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8A275 (or 0xF8A275) is known color: Hit Pink. HEX triplet: F8, A2 and 75. RGB value is (248,162,117). Sum of RGB (Red+Green+Blue) = 248+162+117=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A275 is #075D8A. Grayscale: #B6B6B6. Windows color (decimal): -482699 or 7709432. OLE color: 7709432.

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

Color convert

RGB 248 162 117 -
CMYK 0 0.35 0.53 0.03
HSL 20.61º 0.9% 0.72% -
HSV(B) 20.61º 0.53% 0.97% -
XYZ 54.84 47.08 23.03 -
YUV 182.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 248 162 117 0 0.35 0.53 0.03 20.61 0.9 0.72
Hex F8 A2 75 0 23 35 3 15 5A 48
Octal 370 242 165 0 43 65 3 25 132 110
Binary 11111000 10100010 1110101 0 100011 110101 11 10101 1011010 1001000

Color Harmonies of #F8A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A275

Black with #F8A275

Text Example


Text Example

White with #F8A275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A275; }

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

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

background-color css

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

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

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

border-color css

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

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

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