#F19290

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

Shades of Sweet Pink #F19290

Tints of Sweet Pink #F19290

Color information

#F19290 (or 0xF19290) is unknown color: approx Sweet Pink. HEX triplet: F1, 92 and 90. RGB value is (241,146,144). Sum of RGB (Red+Green+Blue) = 241+146+144=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F19290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19290 is #0E6D6F. Grayscale: #AEAEAE. Windows color (decimal): -945520 or 9474801. OLE color: 9474801.

HSL color Cylindrical-coordinate representation of color #F19290: hue angle of 1.24º 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 #F19290 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241146144-
CMYK00.390.400.05
HSL1.24º77.6%75.49%-
HSV(B)1.24º40.25%94.51%-
XYZ51.5941.2731.63-
YUV174.18110.97175.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=45.39%
G=27.50%
B=27.12%

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
Decimal24114614400.390.400.051.2477.675.49
HexF1929002728514e4b
Octal3612222200475051116113
Binary1111000110010010100100000100111101000101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19290; }

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

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

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

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

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

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

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

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