#F2968D

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

Shades of Sweet Pink #F2968D

Tints of Sweet Pink #F2968D

Color information

#F2968D (or 0xF2968D) is unknown color: approx Sweet Pink. HEX triplet: F2, 96 and 8D. RGB value is (242,150,141). Sum of RGB (Red+Green+Blue) = 242+150+141=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2968D is #0D6972. Grayscale: #B0B0B0. Windows color (decimal): -878963 or 9279218. OLE color: 9279218.

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

Color convert

RGB242150141-
CMYK00.380.420.05
HSL5.35º79.53%75.1%-
HSV(B)5.35º41.74%94.9%-
XYZ52.3342.6130.67-
YUV176.48107.98174.73-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=45.40%
G=28.14%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215014100.380.420.055.3579.5375.1
HexF2968D0262A55504b
Octal3622262150465255120113
Binary111100101001011010001101010011010101010110110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2968D; }

 p { color: rgb(242,150,141); }

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

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

 a { background-color: rgb(242,150,141); }

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

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

 span { border-color: rgb(242,150,141); }

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