#F1948A

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

Shades of Sweet Pink #F1948A

Tints of Sweet Pink #F1948A

Color information

#F1948A (or 0xF1948A) is unknown color: approx Sweet Pink. HEX triplet: F1, 94 and 8A. RGB value is (241,148,138). Sum of RGB (Red+Green+Blue) = 241+148+138=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1948A is #0E6B75. Grayscale: #AEAEAE. Windows color (decimal): -945014 or 9082097. OLE color: 9082097.

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

Color convert

RGB241148138-
CMYK00.390.430.05
HSL5.83º78.63%74.31%-
HSV(B)5.83º42.74%94.51%-
XYZ51.4541.7229.38-
YUV174.67107.31175.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=45.73%
G=28.08%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114813800.390.430.055.8378.6374.31
HexF1948A0272B564f4a
Octal3612242120475356117112
Binary111100011001010010001010010011110101110111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1948A; }

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

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

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

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

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

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

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

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