#F1948B

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

Shades of Sweet Pink #F1948B

Tints of Sweet Pink #F1948B

Color information

#F1948B (or 0xF1948B) is unknown color: approx Sweet Pink. HEX triplet: F1, 94 and 8B. RGB value is (241,148,139). Sum of RGB (Red+Green+Blue) = 241+148+139=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1948B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1948B is #0E6B74. Grayscale: #AEAEAE. Windows color (decimal): -945013 or 9147633. OLE color: 9147633.

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

Color convert

RGB241148139-
CMYK00.390.420.05
HSL5.29º78.46%74.51%-
HSV(B)5.29º42.32%94.51%-
XYZ51.5341.7429.77-
YUV174.78107.81175.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.64%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=45.64%
G=28.03%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114813900.390.420.055.2978.4674.51
HexF1948B0272A554e4b
Octal3612242130475255116113
Binary111100011001010010001011010011110101010110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1948B; }

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

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

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

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

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

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

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

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