Html Css Color HEX #F08D80 Sweet Pink

📋 copy color: '#F08D80'

red 240 ◦ green 141 ◦ blue 128

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

Shades of Sweet Pink #F08D80

Tints of Sweet Pink #F08D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

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

R = 47.15%
G = 27.7%
B = 25.15%

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

#F08D80 (or 0xF08D80) is known color: Sweet Pink. HEX triplet: F0, 8D and 80. RGB value is (240,141,128). Sum of RGB (Red+Green+Blue) = 240+141+128=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D80 is #0F727F. Grayscale: #A9A9A9. Windows color (decimal): -1012352 or 8424944. OLE color: 8424944.

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

Color convert

RGB 240 141 128 -
CMYK 0 0.41 0.47 0.06
HSL 6.96º 0.79% 0.72% -
HSV(B) 6.96º 0.47% 0.94% -
XYZ 49.36 39.13 25.37 -
YUV 169.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 240 141 128 0 0.41 0.47 0.06 6.96 0.79 0.72
Hex F0 8D 80 0 29 2F 6 7 4F 48
Octal 360 215 200 0 51 57 6 7 117 110
Binary 11110000 10001101 10000000 0 101001 101111 110 111 1001111 1001000

Color Harmonies of #F08D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D80

Black with #F08D80

Text Example


Text Example

White with #F08D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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