#F1928D

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

Shades of Sweet Pink #F1928D

Tints of Sweet Pink #F1928D

Color information

#F1928D (or 0xF1928D) is unknown color: approx Sweet Pink. HEX triplet: F1, 92 and 8D. RGB value is (241,146,141). Sum of RGB (Red+Green+Blue) = 241+146+141=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F1928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1928D is #0E6D72. Grayscale: #ADADAD. Windows color (decimal): -945523 or 9278193. OLE color: 9278193.

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

Color convert

RGB241146141-
CMYK00.390.410.05
HSL78.12%74.9%-
HSV(B)41.49%94.51%-
XYZ51.3641.1830.44-
YUV173.84109.47175.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.64%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=45.64%
G=27.65%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114614100.390.410.05378.1274.9
HexF1928D02729534e4b
Octal3612222150475153116113
Binary11110001100100101000110101001111010011011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1928D; }

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

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

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

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

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

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

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

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