Html Css Color HEX #FFAB74 Hit Pink

📋 copy color: '#FFAB74'

red 255 ◦ green 171 ◦ blue 116

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

Shades of Hit Pink #FFAB74

Tints of Hit Pink #FFAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.4%

R = 47.05%
G = 31.55%
B = 21.4%

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

#FFAB74 (or 0xFFAB74) is known color: Hit Pink. HEX triplet: FF, AB and 74. RGB value is (255,171,116). Sum of RGB (Red+Green+Blue) = 255+171+116=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB74 is #00548B. Grayscale: #BEBEBE. Windows color (decimal): -21644 or 7646207. OLE color: 7646207.

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

Color convert

RGB 255 171 116 -
CMYK 0 0.33 0.55 0
HSL 23.74º 1% 0.73% -
HSV(B) 23.74º 0.55% 1% -
XYZ 58.96 51.65 23.38 -
YUV 189.85 86.33 174.47 -
System Red Green Blue C M Y K H S L
Decimal 255 171 116 0 0.33 0.55 0 23.74 1 0.73
Hex FF AB 74 0 21 37 0 18 64 49
Octal 377 253 164 0 41 67 0 30 144 111
Binary 11111111 10101011 1110100 0 100001 110111 0 11000 1100100 1001001

Color Harmonies of #FFAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB74

Black with #FFAB74

Text Example


Text Example

White with #FFAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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