Html Css Color HEX #FFA575 Hit Pink

📋 copy color: '#FFA575'

red 255 ◦ green 165 ◦ blue 117

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

Shades of Hit Pink #FFA575

Tints of Hit Pink #FFA575

RGB

 RED value IS 255 (100% from 255) = 47.49%

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

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

R = 47.49%
G = 30.73%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFA575 (or 0xFFA575) is known color: Hit Pink. HEX triplet: FF, A5 and 75. RGB value is (255,165,117). Sum of RGB (Red+Green+Blue) = 255+165+117=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA575 is #005A8A. Grayscale: #BABABA. Windows color (decimal): -23179 or 7710207. OLE color: 7710207.

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

Color convert

RGB 255 165 117 -
CMYK 0 0.35 0.54 0
HSL 20.87º 1% 0.73% -
HSV(B) 20.87º 0.54% 1% -
XYZ 57.91 49.45 23.32 -
YUV 186.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 255 165 117 0 0.35 0.54 0 20.87 1 0.73
Hex FF A5 75 0 23 36 0 15 64 49
Octal 377 245 165 0 43 66 0 25 144 111
Binary 11111111 10100101 1110101 0 100011 110110 0 10101 1100100 1001001

Color Harmonies of #FFA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA575

Black with #FFA575

Text Example


Text Example

White with #FFA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA575; }

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

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

background-color css

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

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

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

border-color css

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

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

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