#F9908B

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

Shades of Sweet Pink #F9908B

Tints of Sweet Pink #F9908B

Color information

#F9908B (or 0xF9908B) is unknown color: approx Sweet Pink. HEX triplet: F9, 90 and 8B. RGB value is (249,144,139). Sum of RGB (Red+Green+Blue) = 249+144+139=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9908B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9908B is #066F74. Grayscale: #AEAEAE. Windows color (decimal): -421749 or 9146617. OLE color: 9146617.

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

Color convert

RGB249144139-
CMYK00.420.440.02
HSL2.73º90.16%76.08%-
HSV(B)2.73º44.18%97.65%-
XYZ53.741.9529.69-
YUV174.82107.79180.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.80%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=46.80%
G=27.07%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914413900.420.440.022.7390.1676.08
HexF9908B02A2C235a4c
Octal3712202130525423132114
Binary1111100110010000100010110101010101100101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9908B; }

 p { color: rgb(249,144,139); }

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

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

 a { background-color: rgb(249,144,139); }

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

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

 span { border-color: rgb(249,144,139); }

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