Html Css Color HEX #F08E83 Sweet Pink

📋 copy color: '#F08E83'

red 240 ◦ green 142 ◦ blue 131

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

Shades of Sweet Pink #F08E83

Tints of Sweet Pink #F08E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

 BLUE value IS 131 (51.56% from 255) = 25.54%

R = 46.78%
G = 27.68%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F08E83 (or 0xF08E83) is known color: Sweet Pink. HEX triplet: F0, 8E and 83. RGB value is (240,142,131). Sum of RGB (Red+Green+Blue) = 240+142+131=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08E83 is #0F717C. Grayscale: #AAAAAA. Windows color (decimal): -1012093 or 8621808. OLE color: 8621808.

HSL color Cylindrical-coordinate representation of color #F08E83: hue angle of 6.06º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08E83 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 131 -
CMYK 0 0.41 0.45 0.06
HSL 6.06º 0.78% 0.73% -
HSV(B) 6.06º 0.45% 0.94% -
XYZ 49.7 39.51 26.48 -
YUV 170.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 240 142 131 0 0.41 0.45 0.06 6.06 0.78 0.73
Hex F0 8E 83 0 29 2D 6 6 4E 49
Octal 360 216 203 0 51 55 6 6 116 111
Binary 11110000 10001110 10000011 0 101001 101101 110 110 1001110 1001001

Color Harmonies of #F08E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E83

Black with #F08E83

Text Example


Text Example

White with #F08E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E83; }

 p { color: rgb(240,142,131); }

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

background-color css

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

 a { background-color: rgb(240,142,131); }

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

border-color css

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

 span { border-color: rgb(240,142,131); }

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