#F7958E

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

Shades of Sweet Pink #F7958E

Tints of Sweet Pink #F7958E

Color information

#F7958E (or 0xF7958E) is unknown color: approx Sweet Pink. HEX triplet: F7, 95 and 8E. RGB value is (247,149,142). Sum of RGB (Red+Green+Blue) = 247+149+142=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F7958E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7958E is #086A71. Grayscale: #B1B1B1. Windows color (decimal): -551538 or 9344503. OLE color: 9344503.

HSL color Cylindrical-coordinate representation of color #F7958E: hue angle of 4º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7958E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB247149142-
CMYK00.400.430.03
HSL86.78%76.27%-
HSV(B)42.51%96.86%-
XYZ53.9943.2231.09-
YUV177.5107.97177.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.91%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=45.91%
G=27.70%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714914200.400.430.03486.7876.27
HexF7958E0282B34574c
Octal3672252160505334127114
Binary11110111100101011000111001010001010111110010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7958E; }

 p { color: rgb(247,149,142); }

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

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

 a { background-color: rgb(247,149,142); }

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

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

 span { border-color: rgb(247,149,142); }

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