Html Css Color HEX #F09486 Sweet Pink

📋 copy color: '#F09486'

red 240 ◦ green 148 ◦ blue 134

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

Shades of Sweet Pink #F09486

Tints of Sweet Pink #F09486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.35%

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

R = 45.98%
G = 28.35%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F09486 (or 0xF09486) is known color: Sweet Pink. HEX triplet: F0, 94 and 86. RGB value is (240,148,134). Sum of RGB (Red+Green+Blue) = 240+148+134=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F09486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09486 is #0F6B79. Grayscale: #AEAEAE. Windows color (decimal): -1010554 or 8819952. OLE color: 8819952.

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

Color convert

RGB 240 148 134 -
CMYK 0 0.38 0.44 0.06
HSL 7.92º 0.78% 0.73% -
HSV(B) 7.92º 0.44% 0.94% -
XYZ 50.83 41.43 27.87 -
YUV 173.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 240 148 134 0 0.38 0.44 0.06 7.92 0.78 0.73
Hex F0 94 86 0 26 2C 6 8 4E 49
Octal 360 224 206 0 46 54 6 10 116 111
Binary 11110000 10010100 10000110 0 100110 101100 110 1000 1001110 1001001

Color Harmonies of #F09486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09486

Black with #F09486

Text Example


Text Example

White with #F09486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09486; }

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

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

background-color css

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

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

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

border-color css

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

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

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