Html Css Color HEX #F09A86 Tonys Pink

📋 copy color: '#F09A86'

red 240 ◦ green 154 ◦ blue 134

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

Shades of Tonys Pink #F09A86

Tints of Tonys Pink #F09A86

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.17%

 BLUE value IS 134 (52.73% from 255) = 25.38%

R = 45.45%
G = 29.17%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F09A86 (or 0xF09A86) is known color: Tonys Pink. HEX triplet: F0, 9A and 86. RGB value is (240,154,134). Sum of RGB (Red+Green+Blue) = 240+154+134=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 134 (52.73% from 255 or 25.38% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A86 is #0F6579. Grayscale: #B1B1B1. Windows color (decimal): -1009018 or 8821488. OLE color: 8821488.

HSL color Cylindrical-coordinate representation of color #F09A86: hue angle of 11.32º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F09A86 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 154 134 -
CMYK 0 0.36 0.44 0.06
HSL 11.32º 0.78% 0.73% -
HSV(B) 11.32º 0.44% 0.94% -
XYZ 51.79 43.36 28.19 -
YUV 177.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 240 154 134 0 0.36 0.44 0.06 11.32 0.78 0.73
Hex F0 9A 86 0 24 2C 6 B 4E 49
Octal 360 232 206 0 44 54 6 13 116 111
Binary 11110000 10011010 10000110 0 100100 101100 110 1011 1001110 1001001

Color Harmonies of #F09A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A86

Black with #F09A86

Text Example


Text Example

White with #F09A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A86; }

 p { color: rgb(240,154,134); }

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

background-color css

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

 a { background-color: rgb(240,154,134); }

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

border-color css

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

 span { border-color: rgb(240,154,134); }

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