Html Css Color HEX #FFAF6D Hit Pink

📋 copy color: '#FFAF6D'

red 255 ◦ green 175 ◦ blue 109

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

Shades of Hit Pink #FFAF6D

Tints of Hit Pink #FFAF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.47%

 BLUE value IS 109 (42.97% from 255) = 20.22%

R = 47.31%
G = 32.47%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFAF6D (or 0xFFAF6D) is known color: Hit Pink. HEX triplet: FF, AF and 6D. RGB value is (255,175,109). Sum of RGB (Red+Green+Blue) = 255+175+109=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF6D is #005092. Grayscale: #BFBFBF. Windows color (decimal): -20627 or 7188479. OLE color: 7188479.

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

Color convert

RGB 255 175 109 -
CMYK 0 0.31 0.57 0
HSL 27.12º 1% 0.71% -
HSV(B) 27.12º 0.57% 1% -
XYZ 59.33 53.02 21.58 -
YUV 191.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 255 175 109 0 0.31 0.57 0 27.12 1 0.71
Hex FF AF 6D 0 1F 39 0 1B 64 47
Octal 377 257 155 0 37 71 0 33 144 107
Binary 11111111 10101111 1101101 0 11111 111001 0 11011 1100100 1000111

Color Harmonies of #FFAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF6D

Black with #FFAF6D

Text Example


Text Example

White with #FFAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF6D; }

 p { color: rgb(255,175,109); }

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

background-color css

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

 a { background-color: rgb(255,175,109); }

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

border-color css

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

 span { border-color: rgb(255,175,109); }

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