Html Css Color HEX #F09B8C Tonys Pink

📋 copy color: '#F09B8C'

red 240 ◦ green 155 ◦ blue 140

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

Shades of Tonys Pink #F09B8C

Tints of Tonys Pink #F09B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.97%

 BLUE value IS 140 (55.08% from 255) = 26.17%

R = 44.86%
G = 28.97%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F09B8C (or 0xF09B8C) is known color: Tonys Pink. HEX triplet: F0, 9B and 8C. RGB value is (240,155,140). Sum of RGB (Red+Green+Blue) = 240+155+140=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09B8C is #0F6473. Grayscale: #B2B2B2. Windows color (decimal): -1008756 or 9214960. OLE color: 9214960.

HSL color Cylindrical-coordinate representation of color #F09B8C: hue angle of 9º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F09B8C is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 155 140 -
CMYK 0 0.35 0.42 0.06
HSL 0.77% 0.75% -
HSV(B) 0.42% 0.94% -
XYZ 52.39 43.86 30.52 -
YUV 178.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 240 155 140 0 0.35 0.42 0.06 9 0.77 0.75
Hex F0 9B 8C 0 23 2A 6 9 4D 4B
Octal 360 233 214 0 43 52 6 11 115 113
Binary 11110000 10011011 10001100 0 100011 101010 110 1001 1001101 1001011

Color Harmonies of #F09B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09B8C

Black with #F09B8C

Text Example


Text Example

White with #F09B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09B8C; }

 p { color: rgb(240,155,140); }

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

background-color css

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

 a { background-color: rgb(240,155,140); }

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

border-color css

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

 span { border-color: rgb(240,155,140); }

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