Html Css Color HEX #F09086 Sweet Pink

📋 copy color: '#F09086'

red 240 ◦ green 144 ◦ blue 134

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

Shades of Sweet Pink #F09086

Tints of Sweet Pink #F09086

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.8%

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

R = 46.33%
G = 27.8%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F09086 (or 0xF09086) is known color: Sweet Pink. HEX triplet: F0, 90 and 86. RGB value is (240,144,134). Sum of RGB (Red+Green+Blue) = 240+144+134=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 134 (52.73% from 255 or 25.87% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F09086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09086 is #0F6F79. Grayscale: #ABABAB. Windows color (decimal): -1011578 or 8818928. OLE color: 8818928.

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

Color convert

RGB 240 144 134 -
CMYK 0 0.4 0.44 0.06
HSL 5.66º 0.78% 0.73% -
HSV(B) 5.66º 0.44% 0.94% -
XYZ 50.21 40.19 27.67 -
YUV 171.56 106.8 176.81 -
System Red Green Blue C M Y K H S L
Decimal 240 144 134 0 0.4 0.44 0.06 5.66 0.78 0.73
Hex F0 90 86 0 28 2C 6 6 4E 49
Octal 360 220 206 0 50 54 6 6 116 111
Binary 11110000 10010000 10000110 0 101000 101100 110 110 1001110 1001001

Color Harmonies of #F09086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09086

Black with #F09086

Text Example


Text Example

White with #F09086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09086; }

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

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

background-color css

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

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

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

border-color css

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

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

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