#F2968F

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

Shades of Sweet Pink #F2968F

Tints of Sweet Pink #F2968F

Color information

#F2968F (or 0xF2968F) is unknown color: approx Sweet Pink. HEX triplet: F2, 96 and 8F. RGB value is (242,150,143). Sum of RGB (Red+Green+Blue) = 242+150+143=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2968F is #0D6970. Grayscale: #B0B0B0. Windows color (decimal): -878961 or 9410290. OLE color: 9410290.

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

Color convert

RGB242150143-
CMYK00.380.410.05
HSL4.24º79.2%75.49%-
HSV(B)4.24º40.91%94.9%-
XYZ52.4842.6731.46-
YUV176.71108.98174.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=45.23%
G=28.04%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215014300.380.410.054.2479.275.49
HexF2968F02629544f4b
Octal3622262170465154117113
Binary111100101001011010001111010011010100110110010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2968F; }

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

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

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

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

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

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

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

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