Html Css Color HEX #F0A37F Tonys Pink

📋 copy color: '#F0A37F'

red 240 ◦ green 163 ◦ blue 127

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

Shades of Tonys Pink #F0A37F

Tints of Tonys Pink #F0A37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.96%

R = 45.28%
G = 30.75%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0A37F (or 0xF0A37F) is known color: Tonys Pink. HEX triplet: F0, A3 and 7F. RGB value is (240,163,127). Sum of RGB (Red+Green+Blue) = 240+163+127=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A37F is #0F5C80. Grayscale: #B6B6B6. Windows color (decimal): -1006721 or 8365040. OLE color: 8365040.

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

Color convert

RGB 240 163 127 -
CMYK 0 0.32 0.47 0.06
HSL 19.12º 0.79% 0.72% -
HSV(B) 19.12º 0.47% 0.94% -
XYZ 52.86 46.25 26.22 -
YUV 181.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 240 163 127 0 0.32 0.47 0.06 19.12 0.79 0.72
Hex F0 A3 7F 0 20 2F 6 13 4F 48
Octal 360 243 177 0 40 57 6 23 117 110
Binary 11110000 10100011 1111111 0 100000 101111 110 10011 1001111 1001000

Color Harmonies of #F0A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A37F

Black with #F0A37F

Text Example


Text Example

White with #F0A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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