Html Css Color HEX #FFA675 Hit Pink

📋 copy color: '#FFA675'

red 255 ◦ green 166 ◦ blue 117

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

Shades of Hit Pink #FFA675

Tints of Hit Pink #FFA675

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

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

R = 47.4%
G = 30.86%
B = 21.75%

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

#FFA675 (or 0xFFA675) is known color: Hit Pink. HEX triplet: FF, A6 and 75. RGB value is (255,166,117). Sum of RGB (Red+Green+Blue) = 255+166+117=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA675 is #00598A. Grayscale: #BBBBBB. Windows color (decimal): -22923 or 7710463. OLE color: 7710463.

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

Color convert

RGB 255 166 117 -
CMYK 0 0.35 0.54 0
HSL 21.3º 1% 0.73% -
HSV(B) 21.3º 0.54% 1% -
XYZ 58.09 49.82 23.38 -
YUV 187.03 88.49 176.48 -
System Red Green Blue C M Y K H S L
Decimal 255 166 117 0 0.35 0.54 0 21.3 1 0.73
Hex FF A6 75 0 23 36 0 15 64 49
Octal 377 246 165 0 43 66 0 25 144 111
Binary 11111111 10100110 1110101 0 100011 110110 0 10101 1100100 1001001

Color Harmonies of #FFA675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA675

Black with #FFA675

Text Example


Text Example

White with #FFA675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA675; }

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

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

background-color css

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

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

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

border-color css

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

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

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