#F18C8B

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

Shades of Sweet Pink #F18C8B

Tints of Sweet Pink #F18C8B

Color information

#F18C8B (or 0xF18C8B) is unknown color: approx Sweet Pink. HEX triplet: F1, 8C and 8B. RGB value is (241,140,139). Sum of RGB (Red+Green+Blue) = 241+140+139=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18C8B is #0E7374. Grayscale: #AAAAAA. Windows color (decimal): -947061 or 9145585. OLE color: 9145585.

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

Color convert

RGB241140139-
CMYK00.420.420.05
HSL0.59º78.46%74.51%-
HSV(B)0.59º42.32%94.51%-
XYZ50.3139.3229.36-
YUV170.08110.46178.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=46.35%
G=26.92%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114013900.420.420.050.5978.4674.51
HexF18C8B02A2A514e4b
Octal3612142130525251116113
Binary1111000110001100100010110101010101010101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C8B; }

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

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

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

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

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

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

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

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