Html Css Color HEX #F5A575 Hit Pink

📋 copy color: '#F5A575'

red 245 ◦ green 165 ◦ blue 117

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

Shades of Hit Pink #F5A575

Tints of Hit Pink #F5A575

RGB

 RED value IS 245 (96.09% from 255) = 46.49%

 GREEN value IS 165 (64.84% from 255) = 31.31%

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

R = 46.49%
G = 31.31%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F5A575 (or 0xF5A575) is known color: Hit Pink. HEX triplet: F5, A5 and 75. RGB value is (245,165,117). Sum of RGB (Red+Green+Blue) = 245+165+117=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 117 (46.09% from 255 or 22.20% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A575 is #0A5A8A. Grayscale: #B7B7B7. Windows color (decimal): -678539 or 7710197. OLE color: 7710197.

HSL color Cylindrical-coordinate representation of color #F5A575: hue angle of 22.5º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5A575 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 165 117 -
CMYK 0 0.33 0.52 0.04
HSL 22.5º 0.86% 0.71% -
HSV(B) 22.5º 0.52% 0.96% -
XYZ 54.32 47.61 23.16 -
YUV 183.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 245 165 117 0 0.33 0.52 0.04 22.5 0.86 0.71
Hex F5 A5 75 0 21 34 4 16 56 47
Octal 365 245 165 0 41 64 4 26 126 107
Binary 11110101 10100101 1110101 0 100001 110100 100 10110 1010110 1000111

Color Harmonies of #F5A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A575

Black with #F5A575

Text Example


Text Example

White with #F5A575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A575; }

 p { color: rgb(245,165,117); }

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

background-color css

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

 a { background-color: rgb(245,165,117); }

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

border-color css

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

 span { border-color: rgb(245,165,117); }

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