#F9928D

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

Shades of Sweet Pink #F9928D

Tints of Sweet Pink #F9928D

Color information

#F9928D (or 0xF9928D) is unknown color: approx Sweet Pink. HEX triplet: F9, 92 and 8D. RGB value is (249,146,141). Sum of RGB (Red+Green+Blue) = 249+146+141=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F9928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9928D is #066D72. Grayscale: #B0B0B0. Windows color (decimal): -421235 or 9278201. OLE color: 9278201.

HSL color Cylindrical-coordinate representation of color #F9928D: hue angle of 2.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9928D is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB249146141-
CMYK00.410.430.02
HSL2.78º90%76.47%-
HSV(B)2.78º43.37%97.65%-
XYZ54.1542.6230.57-
YUV176.23108.12179.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.46%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=46.46%
G=27.24%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914614100.410.430.022.789076.47
HexF9928D0292B235a4c
Octal3712222150515323132114
Binary1111100110010010100011010101001101011101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9928D; }

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

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

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

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

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

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

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

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