Html Css Color HEX #F09E85 Tonys Pink

📋 copy color: '#F09E85'

red 240 ◦ green 158 ◦ blue 133

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

Shades of Tonys Pink #F09E85

Tints of Tonys Pink #F09E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.76%

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

R = 45.2%
G = 29.76%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F09E85 (or 0xF09E85) is known color: Tonys Pink. HEX triplet: F0, 9E and 85. RGB value is (240,158,133). Sum of RGB (Red+Green+Blue) = 240+158+133=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09E85 is #0F617A. Grayscale: #B3B3B3. Windows color (decimal): -1007995 or 8756976. OLE color: 8756976.

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

Color convert

RGB 240 158 133 -
CMYK 0 0.34 0.45 0.06
HSL 14.02º 0.78% 0.73% -
HSV(B) 14.02º 0.45% 0.94% -
XYZ 52.4 44.67 28.05 -
YUV 179.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 240 158 133 0 0.34 0.45 0.06 14.02 0.78 0.73
Hex F0 9E 85 0 22 2D 6 E 4E 49
Octal 360 236 205 0 42 55 6 16 116 111
Binary 11110000 10011110 10000101 0 100010 101101 110 1110 1001110 1001001

Color Harmonies of #F09E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09E85

Black with #F09E85

Text Example


Text Example

White with #F09E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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