#F19490

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

Shades of Sweet Pink #F19490

Tints of Sweet Pink #F19490

Color information

#F19490 (or 0xF19490) is unknown color: approx Sweet Pink. HEX triplet: F1, 94 and 90. RGB value is (241,148,144). Sum of RGB (Red+Green+Blue) = 241+148+144=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F19490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19490 is #0E6B6F. Grayscale: #AFAFAF. Windows color (decimal): -945008 or 9475313. OLE color: 9475313.

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

Color convert

RGB241148144-
CMYK00.390.400.05
HSL2.47º77.6%75.49%-
HSV(B)2.47º40.25%94.51%-
XYZ51.941.8931.74-
YUV175.35110.31174.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 144 (56.64% from 255) = 27.02%
R=45.22%
G=27.77%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114814400.390.400.052.4777.675.49
HexF1949002728524e4b
Octal3612242200475052116113
Binary11110001100101001001000001001111010001011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19490; }

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

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

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

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

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

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

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

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