Html Css Color HEX #FFA372 Hit Pink

📋 copy color: '#FFA372'

red 255 ◦ green 163 ◦ blue 114

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

Shades of Hit Pink #FFA372

Tints of Hit Pink #FFA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.64%

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

R = 47.93%
G = 30.64%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFA372 (or 0xFFA372) is known color: Hit Pink. HEX triplet: FF, A3 and 72. RGB value is (255,163,114). Sum of RGB (Red+Green+Blue) = 255+163+114=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA372 is #005C8D. Grayscale: #B9B9B9. Windows color (decimal): -23694 or 7513087. OLE color: 7513087.

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

Color convert

RGB 255 163 114 -
CMYK 0 0.36 0.55 0
HSL 20.85º 1% 0.72% -
HSV(B) 20.85º 0.55% 1% -
XYZ 57.37 48.67 22.29 -
YUV 184.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 255 163 114 0 0.36 0.55 0 20.85 1 0.72
Hex FF A3 72 0 24 37 0 15 64 48
Octal 377 243 162 0 44 67 0 25 144 110
Binary 11111111 10100011 1110010 0 100100 110111 0 10101 1100100 1001000

Color Harmonies of #FFA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA372

Black with #FFA372

Text Example


Text Example

White with #FFA372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA372; }

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

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

background-color css

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

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

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

border-color css

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

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

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