#F9908E

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

Shades of Sweet Pink #F9908E

Tints of Sweet Pink #F9908E

Color information

#F9908E (or 0xF9908E) is unknown color: approx Sweet Pink. HEX triplet: F9, 90 and 8E. RGB value is (249,144,142). Sum of RGB (Red+Green+Blue) = 249+144+142=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F9908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9908E is #066F71. Grayscale: #AFAFAF. Windows color (decimal): -421746 or 9343225. OLE color: 9343225.

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

Color convert

RGB249144142-
CMYK00.420.430.02
HSL1.12º89.92%76.67%-
HSV(B)1.12º42.97%97.65%-
XYZ53.9242.0430.86-
YUV175.17109.29180.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.54%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=46.54%
G=26.92%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914414200.420.430.021.1289.9276.67
HexF9908E02A2B215a4d
Octal3712202160525321132115
Binary111110011001000010001110010101010101110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9908E; }

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

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

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

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

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

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

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

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