Html Css Color HEX #F09286 Sweet Pink

📋 copy color: '#F09286'

red 240 ◦ green 146 ◦ blue 134

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

Shades of Sweet Pink #F09286

Tints of Sweet Pink #F09286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.08%

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

R = 46.15%
G = 28.08%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F09286 (or 0xF09286) is known color: Sweet Pink. HEX triplet: F0, 92 and 86. RGB value is (240,146,134). Sum of RGB (Red+Green+Blue) = 240+146+134=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F09286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09286 is #0F6D79. Grayscale: #ACACAC. Windows color (decimal): -1011066 or 8819440. OLE color: 8819440.

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

Color convert

RGB 240 146 134 -
CMYK 0 0.39 0.44 0.06
HSL 6.79º 0.78% 0.73% -
HSV(B) 6.79º 0.44% 0.94% -
XYZ 50.52 40.8 27.77 -
YUV 172.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 240 146 134 0 0.39 0.44 0.06 6.79 0.78 0.73
Hex F0 92 86 0 27 2C 6 7 4E 49
Octal 360 222 206 0 47 54 6 7 116 111
Binary 11110000 10010010 10000110 0 100111 101100 110 111 1001110 1001001

Color Harmonies of #F09286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09286

Black with #F09286

Text Example


Text Example

White with #F09286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09286; }

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

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

background-color css

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

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

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

border-color css

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

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

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