Html Css Color HEX #F0A46E Hit Pink

📋 copy color: '#F0A46E'

red 240 ◦ green 164 ◦ blue 110

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

Shades of Hit Pink #F0A46E

Tints of Hit Pink #F0A46E

RGB

 RED value IS 240 (94.14% from 255) = 46.69%

 GREEN value IS 164 (64.45% from 255) = 31.91%

 BLUE value IS 110 (43.36% from 255) = 21.4%

R = 46.69%
G = 31.91%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0A46E (or 0xF0A46E) is known color: Hit Pink. HEX triplet: F0, A4 and 6E. RGB value is (240,164,110). Sum of RGB (Red+Green+Blue) = 240+164+110=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A46E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A46E is #0F5B91. Grayscale: #B4B4B4. Windows color (decimal): -1006482 or 7251184. OLE color: 7251184.

HSL color Cylindrical-coordinate representation of color #F0A46E: hue angle of 24.92º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0A46E is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 164 110 -
CMYK 0 0.32 0.54 0.06
HSL 24.92º 0.81% 0.69% -
HSV(B) 24.92º 0.54% 0.94% -
XYZ 52.03 46.2 20.93 -
YUV 180.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 240 164 110 0 0.32 0.54 0.06 24.92 0.81 0.69
Hex F0 A4 6E 0 20 36 6 19 51 45
Octal 360 244 156 0 40 66 6 31 121 105
Binary 11110000 10100100 1101110 0 100000 110110 110 11001 1010001 1000101

Color Harmonies of #F0A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A46E

Black with #F0A46E

Text Example


Text Example

White with #F0A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A46E; }

 p { color: rgb(240,164,110); }

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

background-color css

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

 a { background-color: rgb(240,164,110); }

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

border-color css

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

 span { border-color: rgb(240,164,110); }

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