#F1928B

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

Shades of Sweet Pink #F1928B

Tints of Sweet Pink #F1928B

Color information

#F1928B (or 0xF1928B) is unknown color: approx Sweet Pink. HEX triplet: F1, 92 and 8B. RGB value is (241,146,139). Sum of RGB (Red+Green+Blue) = 241+146+139=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1928B is #0E6D74. Grayscale: #ADADAD. Windows color (decimal): -945525 or 9147121. OLE color: 9147121.

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

Color convert

RGB241146139-
CMYK00.390.420.05
HSL4.12º78.46%74.51%-
HSV(B)4.12º42.32%94.51%-
XYZ51.2141.1229.66-
YUV173.61108.47176.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=45.82%
G=27.76%
B=26.43%

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
Decimal24114613900.390.420.054.1278.4674.51
HexF1928B0272A544e4b
Octal3612222130475254116113
Binary111100011001001010001011010011110101010110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1928B; }

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

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

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

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

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

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

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

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