Html Css Color HEX #F18D81 Sweet Pink

📋 copy color: '#F18D81'

red 241 ◦ green 141 ◦ blue 129

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

Shades of Sweet Pink #F18D81

Tints of Sweet Pink #F18D81

RGB

 RED value IS 241 (94.53% from 255) = 47.16%

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

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

R = 47.16%
G = 27.59%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F18D81 (or 0xF18D81) is known color: Sweet Pink. HEX triplet: F1, 8D and 81. RGB value is (241,141,129). Sum of RGB (Red+Green+Blue) = 241+141+129=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18D81 is #0E727E. Grayscale: #A9A9A9. Windows color (decimal): -946815 or 8490481. OLE color: 8490481.

HSL color Cylindrical-coordinate representation of color #F18D81: hue angle of 6.43º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18D81 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 141 129 -
CMYK 0 0.41 0.46 0.05
HSL 6.43º 0.8% 0.73% -
HSV(B) 6.43º 0.46% 0.95% -
XYZ 49.76 39.34 25.74 -
YUV 169.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 241 141 129 0 0.41 0.46 0.05 6.43 0.8 0.73
Hex F1 8D 81 0 29 2E 5 6 50 49
Octal 361 215 201 0 51 56 5 6 120 111
Binary 11110001 10001101 10000001 0 101001 101110 101 110 1010000 1001001

Color Harmonies of #F18D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D81

Black with #F18D81

Text Example


Text Example

White with #F18D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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