Html Css Color HEX #F09A85 Tonys Pink

📋 copy color: '#F09A85'

red 240 ◦ green 154 ◦ blue 133

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

Shades of Tonys Pink #F09A85

Tints of Tonys Pink #F09A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.24%

R = 45.54%
G = 29.22%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09A85 (or 0xF09A85) is known color: Tonys Pink. HEX triplet: F0, 9A and 85. RGB value is (240,154,133). Sum of RGB (Red+Green+Blue) = 240+154+133=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A85 is #0F657A. Grayscale: #B1B1B1. Windows color (decimal): -1009019 or 8755952. OLE color: 8755952.

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

Color convert

RGB 240 154 133 -
CMYK 0 0.36 0.45 0.06
HSL 11.78º 0.78% 0.73% -
HSV(B) 11.78º 0.45% 0.94% -
XYZ 51.72 43.33 27.83 -
YUV 177.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 240 154 133 0 0.36 0.45 0.06 11.78 0.78 0.73
Hex F0 9A 85 0 24 2D 6 C 4E 49
Octal 360 232 205 0 44 55 6 14 116 111
Binary 11110000 10011010 10000101 0 100100 101101 110 1100 1001110 1001001

Color Harmonies of #F09A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09A85

Black with #F09A85

Text Example


Text Example

White with #F09A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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