#F18C8A

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

Shades of Sweet Pink #F18C8A

Tints of Sweet Pink #F18C8A

Color information

#F18C8A (or 0xF18C8A) is unknown color: approx Sweet Pink. HEX triplet: F1, 8C and 8A. RGB value is (241,140,138). Sum of RGB (Red+Green+Blue) = 241+140+138=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C8A is #0E7375. Grayscale: #AAAAAA. Windows color (decimal): -947062 or 9080049. OLE color: 9080049.

HSL color Cylindrical-coordinate representation of color #F18C8A: hue angle of 1.17º 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 #F18C8A is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241140138-
CMYK00.420.430.05
HSL1.17º78.63%74.31%-
HSV(B)1.17º42.74%94.51%-
XYZ50.2439.2928.98-
YUV169.97109.96178.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=46.44%
G=26.97%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114013800.420.430.051.1778.6374.31
HexF18C8A02A2B514f4a
Octal3612142120525351117112
Binary1111000110001100100010100101010101011101110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C8A; }

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

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

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

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

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

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

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

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