#F38F8E

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

Shades of Sweet Pink #F38F8E

Tints of Sweet Pink #F38F8E

Color information

#F38F8E (or 0xF38F8E) is unknown color: approx Sweet Pink. HEX triplet: F3, 8F and 8E. RGB value is (243,143,142). Sum of RGB (Red+Green+Blue) = 243+143+142=528 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.02% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38F8E is #0C7071. Grayscale: #ACACAC. Windows color (decimal): -815218 or 9342963. OLE color: 9342963.

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

Color convert

RGB243143142-
CMYK00.410.420.05
HSL0.59º80.8%75.49%-
HSV(B)0.59º41.56%95.29%-
XYZ51.6740.6530.71-
YUV172.79110.63178.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.02%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 142 (55.86% from 255) = 26.89%
R=46.02%
G=27.08%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314314200.410.420.050.5980.875.49
HexF38F8E0292A51514b
Octal3632172160515251121113
Binary1111001110001111100011100101001101010101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38F8E; }

 p { color: rgb(243,143,142); }

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

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

 a { background-color: rgb(243,143,142); }

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

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

 span { border-color: rgb(243,143,142); }

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