#F18A8A

Color #F18A8A Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F18A8A

Tints of Sweet Pink #F18A8A

Color information

#F18A8A (or 0xF18A8A) is unknown color: approx Sweet Pink. HEX triplet: F1, 8A and 8A. RGB value is (241,138,138). Sum of RGB (Red+Green+Blue) = 241+138+138=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18A8A is #0E7575. Grayscale: #A8A8A8. Windows color (decimal): -947574 or 9079537. OLE color: 9079537.

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

Color convert

RGB241138138-
CMYK00.430.430.05
HSL78.63%74.31%-
HSV(B)42.74%94.51%-
XYZ49.9538.7128.88-
YUV168.8110.62179.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=46.62%
G=26.69%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113813800.430.430.05078.6374.31
HexF18A8A02B2B504f4a
Octal3612122120535350117112
Binary1111000110001010100010100101011101011101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A8A; }

 p { color: rgb(241,138,138); }

 H1.HeaderClassName
 {
   color: #F18A8A;
 }
 .AnyTagClassName
 {
   color: #F18A8A;
 }
</style>
background-color css

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

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

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

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

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

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