#F2988A

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

Shades of Sweet Pink #F2988A

Tints of Sweet Pink #F2988A

Color information

#F2988A (or 0xF2988A) is unknown color: approx Sweet Pink. HEX triplet: F2, 98 and 8A. RGB value is (242,152,138). Sum of RGB (Red+Green+Blue) = 242+152+138=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2988A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2988A is #0D6775. Grayscale: #B1B1B1. Windows color (decimal): -878454 or 9083122. OLE color: 9083122.

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

Color convert

RGB242152138-
CMYK00.370.430.05
HSL8.08º80%74.51%-
HSV(B)8.08º42.98%94.9%-
XYZ52.4343.1729.61-
YUV177.31105.82174.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.49%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=45.49%
G=28.57%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215213800.370.430.058.088074.51
HexF2988A0252B58504b
Octal36223021204553510120113
Binary1111001010011000100010100100101101011101100010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2988A; }

 p { color: rgb(242,152,138); }

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

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

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

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

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

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

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