#F1958B

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

Shades of Sweet Pink #F1958B

Tints of Sweet Pink #F1958B

Color information

#F1958B (or 0xF1958B) is unknown color: approx Sweet Pink. HEX triplet: F1, 95 and 8B. RGB value is (241,149,139). Sum of RGB (Red+Green+Blue) = 241+149+139=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1958B is #0E6A74. Grayscale: #AFAFAF. Windows color (decimal): -944757 or 9147889. OLE color: 9147889.

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

Color convert

RGB241149139-
CMYK00.380.420.05
HSL5.88º78.46%74.51%-
HSV(B)5.88º42.32%94.51%-
XYZ51.6842.0629.82-
YUV175.37107.48174.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=45.56%
G=28.17%
B=26.28%

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
Decimal24114913900.380.420.055.8878.4674.51
HexF1958B0262A564e4b
Octal3612252130465256116113
Binary111100011001010110001011010011010101010111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1958B; }

 p { color: rgb(241,149,139); }

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

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

 a { background-color: rgb(241,149,139); }

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

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

 span { border-color: rgb(241,149,139); }

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