Html Css Color HEX #F08E85 Sweet Pink

📋 copy color: '#F08E85'

red 240 ◦ green 142 ◦ blue 133

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

Shades of Sweet Pink #F08E85

Tints of Sweet Pink #F08E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.83%

R = 46.6%
G = 27.57%
B = 25.83%

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

#F08E85 (or 0xF08E85) is known color: Sweet Pink. HEX triplet: F0, 8E and 85. RGB value is (240,142,133). Sum of RGB (Red+Green+Blue) = 240+142+133=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08E85 is #0F717A. Grayscale: #AAAAAA. Windows color (decimal): -1012091 or 8752880. OLE color: 8752880.

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

Color convert

RGB 240 142 133 -
CMYK 0 0.41 0.45 0.06
HSL 5.05º 0.78% 0.73% -
HSV(B) 5.05º 0.45% 0.94% -
XYZ 49.84 39.56 27.2 -
YUV 170.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 240 142 133 0 0.41 0.45 0.06 5.05 0.78 0.73
Hex F0 8E 85 0 29 2D 6 5 4E 49
Octal 360 216 205 0 51 55 6 5 116 111
Binary 11110000 10001110 10000101 0 101001 101101 110 101 1001110 1001001

Color Harmonies of #F08E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E85

Black with #F08E85

Text Example


Text Example

White with #F08E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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