#F18F8A

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

Shades of Sweet Pink #F18F8A

Tints of Sweet Pink #F18F8A

Color information

#F18F8A (or 0xF18F8A) is unknown color: approx Sweet Pink. HEX triplet: F1, 8F and 8A. RGB value is (241,143,138). Sum of RGB (Red+Green+Blue) = 241+143+138=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18F8A is #0E7075. Grayscale: #ABABAB. Windows color (decimal): -946294 or 9080817. OLE color: 9080817.

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

Color convert

RGB241143138-
CMYK00.410.430.05
HSL2.91º78.63%74.31%-
HSV(B)2.91º42.74%94.51%-
XYZ50.6940.1829.13-
YUV171.73108.97177.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=46.17%
G=27.39%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114313800.410.430.052.9178.6374.31
HexF18F8A0292B534f4a
Octal3612172120515353117112
Binary11110001100011111000101001010011010111011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18F8A; }

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

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

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

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

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

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

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

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