#F1908A

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

Shades of Sweet Pink #F1908A

Tints of Sweet Pink #F1908A

Color information

#F1908A (or 0xF1908A) is unknown color: approx Sweet Pink. HEX triplet: F1, 90 and 8A. RGB value is (241,144,138). Sum of RGB (Red+Green+Blue) = 241+144+138=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1908A is #0E6F75. Grayscale: #ACACAC. Windows color (decimal): -946038 or 9081073. OLE color: 9081073.

HSL color Cylindrical-coordinate representation of color #F1908A: hue angle of 3.5º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F1908A is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB241144138-
CMYK00.400.430.05
HSL3.5º78.63%74.31%-
HSV(B)3.5º42.74%94.51%-
XYZ50.8440.4829.18-
YUV172.32108.64176.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.08%
GREEN value IS 144 (56.64% from 255) = 27.53%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=46.08%
G=27.53%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114413800.400.430.053.578.6374.31
HexF1908A0282B534f4a
Octal3612202120505353117112
Binary11110001100100001000101001010001010111011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1908A; }

 p { color: rgb(241,144,138); }

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

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

 a { background-color: rgb(241,144,138); }

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

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

 span { border-color: rgb(241,144,138); }

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