Html Css Color HEX #F08E80 Sweet Pink

📋 copy color: '#F08E80'

red 240 ◦ green 142 ◦ blue 128

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

Shades of Sweet Pink #F08E80

Tints of Sweet Pink #F08E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 47.06%
G = 27.84%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F08E80 (or 0xF08E80) is known color: Sweet Pink. HEX triplet: F0, 8E and 80. RGB value is (240,142,128). Sum of RGB (Red+Green+Blue) = 240+142+128=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08E80 is #0F717F. Grayscale: #A9A9A9. Windows color (decimal): -1012096 or 8425200. OLE color: 8425200.

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

Color convert

RGB 240 142 128 -
CMYK 0 0.41 0.47 0.06
HSL 7.5º 0.79% 0.72% -
HSV(B) 7.5º 0.47% 0.94% -
XYZ 49.5 39.43 25.42 -
YUV 169.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 240 142 128 0 0.41 0.47 0.06 7.5 0.79 0.72
Hex F0 8E 80 0 29 2F 6 8 4F 48
Octal 360 216 200 0 51 57 6 10 117 110
Binary 11110000 10001110 10000000 0 101001 101111 110 1000 1001111 1001000

Color Harmonies of #F08E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E80

Black with #F08E80

Text Example


Text Example

White with #F08E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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