Html Css Color HEX #F08D81 Sweet Pink

📋 copy color: '#F08D81'

red 240 ◦ green 141 ◦ blue 129

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

Shades of Sweet Pink #F08D81

Tints of Sweet Pink #F08D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.29%

R = 47.06%
G = 27.65%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F08D81 (or 0xF08D81) is known color: Sweet Pink. HEX triplet: F0, 8D and 81. RGB value is (240,141,129). Sum of RGB (Red+Green+Blue) = 240+141+129=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08D81 is #0F727E. Grayscale: #A9A9A9. Windows color (decimal): -1012351 or 8490480. OLE color: 8490480.

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

Color convert

RGB 240 141 129 -
CMYK 0 0.41 0.46 0.06
HSL 6.49º 0.79% 0.72% -
HSV(B) 6.49º 0.46% 0.94% -
XYZ 49.42 39.16 25.72 -
YUV 169.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 240 141 129 0 0.41 0.46 0.06 6.49 0.79 0.72
Hex F0 8D 81 0 29 2E 6 6 4F 48
Octal 360 215 201 0 51 56 6 6 117 110
Binary 11110000 10001101 10000001 0 101001 101110 110 110 1001111 1001000

Color Harmonies of #F08D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D81

Black with #F08D81

Text Example


Text Example

White with #F08D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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