Html Css Color HEX #F09686 Sweet Pink

📋 copy color: '#F09686'

red 240 ◦ green 150 ◦ blue 134

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

Shades of Sweet Pink #F09686

Tints of Sweet Pink #F09686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.63%

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

R = 45.8%
G = 28.63%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F09686 (or 0xF09686) is known color: Sweet Pink. HEX triplet: F0, 96 and 86. RGB value is (240,150,134). Sum of RGB (Red+Green+Blue) = 240+150+134=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F09686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09686 is #0F6979. Grayscale: #AFAFAF. Windows color (decimal): -1010042 or 8820464. OLE color: 8820464.

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

Color convert

RGB 240 150 134 -
CMYK 0 0.37 0.44 0.06
HSL 9.06º 0.78% 0.73% -
HSV(B) 9.06º 0.44% 0.94% -
XYZ 51.14 42.06 27.98 -
YUV 175.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 240 150 134 0 0.37 0.44 0.06 9.06 0.78 0.73
Hex F0 96 86 0 25 2C 6 9 4E 49
Octal 360 226 206 0 45 54 6 11 116 111
Binary 11110000 10010110 10000110 0 100101 101100 110 1001 1001110 1001001

Color Harmonies of #F09686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09686

Black with #F09686

Text Example


Text Example

White with #F09686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09686; }

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

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

background-color css

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

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

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

border-color css

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

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

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