#F8A572

Color #F8A572 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #F8A572

Tints of Hit Pink #F8A572

Color information

#F8A572 (or 0xF8A572) is unknown color: approx Hit Pink. HEX triplet: F8, A5 and 72. RGB value is (248,165,114). Sum of RGB (Red+Green+Blue) = 248+165+114=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A572 is #075A8D. Grayscale: #B8B8B8. Windows color (decimal): -481934 or 7513592. OLE color: 7513592.

HSL color Cylindrical-coordinate representation of color #F8A572: hue angle of 22.84º 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 #F8A572 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248165114-
CMYK00.330.540.03
HSL22.84º90.54%70.98%-
HSV(B)22.84º54.03%97.25%-
XYZ55.248.0822.29-
YUV18488.5173.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.06%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 114 (44.92% from 255) = 21.63%
R=47.06%
G=31.31%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816511400.330.540.0322.8490.5470.98
HexF8A572021363175b47
Octal37024516204166327133107
Binary111110001010010111100100100001110110111011110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A572; }

 p { color: rgb(248,165,114); }

 H1.HeaderClassName
 {
   color: #F8A572;
 }
 .AnyTagClassName
 {
   color: #F8A572;
 }
</style>
background-color css

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

 a { background-color: rgb(248,165,114); }

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

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

 span { border-color: rgb(248,165,114); }

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