Html Css Color HEX #FFAB72 Hit Pink

📋 copy color: '#FFAB72'

red 255 ◦ green 171 ◦ blue 114

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

Shades of Hit Pink #FFAB72

Tints of Hit Pink #FFAB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.67%

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

R = 47.22%
G = 31.67%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFAB72 (or 0xFFAB72) is known color: Hit Pink. HEX triplet: FF, AB and 72. RGB value is (255,171,114). Sum of RGB (Red+Green+Blue) = 255+171+114=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB72 is #00548D. Grayscale: #BDBDBD. Windows color (decimal): -21646 or 7515135. OLE color: 7515135.

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

Color convert

RGB 255 171 114 -
CMYK 0 0.33 0.55 0
HSL 24.26º 1% 0.72% -
HSV(B) 24.26º 0.55% 1% -
XYZ 58.84 51.6 22.78 -
YUV 189.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 255 171 114 0 0.33 0.55 0 24.26 1 0.72
Hex FF AB 72 0 21 37 0 18 64 48
Octal 377 253 162 0 41 67 0 30 144 110
Binary 11111111 10101011 1110010 0 100001 110111 0 11000 1100100 1001000

Color Harmonies of #FFAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB72

Black with #FFAB72

Text Example


Text Example

White with #FFAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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