#F19291

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

Shades of Sweet Pink #F19291

Tints of Sweet Pink #F19291

Color information

#F19291 (or 0xF19291) is unknown color: approx Sweet Pink. HEX triplet: F1, 92 and 91. RGB value is (241,146,145). Sum of RGB (Red+Green+Blue) = 241+146+145=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F19291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19291 is #0E6D6E. Grayscale: #AEAEAE. Windows color (decimal): -945519 or 9540337. OLE color: 9540337.

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

Color convert

RGB241146145-
CMYK00.390.400.05
HSL0.63º77.42%75.69%-
HSV(B)0.63º39.83%94.51%-
XYZ51.6741.332.04-
YUV174.29111.47175.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 145 (57.03% from 255) = 27.26%
R=45.30%
G=27.44%
B=27.26%

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
Decimal24114614500.390.400.050.6377.4275.69
HexF1929102728514d4c
Octal3612222210475051115114
Binary1111000110010010100100010100111101000101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19291; }

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

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

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

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

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

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

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

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