Html Css Color HEX #FFA572 Hit Pink

📋 copy color: '#FFA572'

red 255 ◦ green 165 ◦ blue 114

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

Shades of Hit Pink #FFA572

Tints of Hit Pink #FFA572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 47.75%
G = 30.9%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFA572 (or 0xFFA572) is known color: Hit Pink. HEX triplet: FF, A5 and 72. RGB value is (255,165,114). Sum of RGB (Red+Green+Blue) = 255+165+114=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA572 is #005A8D. Grayscale: #BABABA. Windows color (decimal): -23182 or 7513599. OLE color: 7513599.

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

Color convert

RGB 255 165 114 -
CMYK 0 0.35 0.55 0
HSL 21.7º 1% 0.72% -
HSV(B) 21.7º 0.55% 1% -
XYZ 57.73 49.39 22.41 -
YUV 186.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 255 165 114 0 0.35 0.55 0 21.7 1 0.72
Hex FF A5 72 0 23 37 0 16 64 48
Octal 377 245 162 0 43 67 0 26 144 110
Binary 11111111 10100101 1110010 0 100011 110111 0 10110 1100100 1001000

Color Harmonies of #FFA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA572

Black with #FFA572

Text Example


Text Example

White with #FFA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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