Html Css Color HEX #F0A36F Hit Pink

📋 copy color: '#F0A36F'

red 240 ◦ green 163 ◦ blue 111

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

Shades of Hit Pink #F0A36F

Tints of Hit Pink #F0A36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.6%

R = 46.69%
G = 31.71%
B = 21.6%

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

#F0A36F (or 0xF0A36F) is known color: Hit Pink. HEX triplet: F0, A3 and 6F. RGB value is (240,163,111). Sum of RGB (Red+Green+Blue) = 240+163+111=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A36F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A36F is #0F5C90. Grayscale: #B4B4B4. Windows color (decimal): -1006737 or 7316464. OLE color: 7316464.

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

Color convert

RGB 240 163 111 -
CMYK 0 0.32 0.54 0.06
HSL 24.19º 0.81% 0.69% -
HSV(B) 24.19º 0.54% 0.94% -
XYZ 51.9 45.87 21.16 -
YUV 180.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 240 163 111 0 0.32 0.54 0.06 24.19 0.81 0.69
Hex F0 A3 6F 0 20 36 6 18 51 45
Octal 360 243 157 0 40 66 6 30 121 105
Binary 11110000 10100011 1101111 0 100000 110110 110 11000 1010001 1000101

Color Harmonies of #F0A36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A36F

Black with #F0A36F

Text Example


Text Example

White with #F0A36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A36F; }

 p { color: rgb(240,163,111); }

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

background-color css

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

 a { background-color: rgb(240,163,111); }

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

border-color css

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

 span { border-color: rgb(240,163,111); }

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