#F19896

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

Shades of Sweet Pink #F19896

Tints of Sweet Pink #F19896

Color information

#F19896 (or 0xF19896) is unknown color: approx Sweet Pink. HEX triplet: F1, 98 and 96. RGB value is (241,152,150). Sum of RGB (Red+Green+Blue) = 241+152+150=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F19896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19896 is #0E6769. Grayscale: #B2B2B2. Windows color (decimal): -943978 or 9869553. OLE color: 9869553.

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

Color convert

RGB241152150-
CMYK00.370.380.05
HSL1.32º76.47%76.67%-
HSV(B)1.32º37.76%94.51%-
XYZ53.0143.3634.43-
YUV178.38111.99172.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 152 (59.77% from 255) = 27.99%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=44.38%
G=27.99%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115215000.370.380.051.3276.4776.67
HexF1989602526514c4d
Octal3612302260454651114115
Binary1111000110011000100101100100101100110101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19896; }

 p { color: rgb(241,152,150); }

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

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

 a { background-color: rgb(241,152,150); }

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

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

 span { border-color: rgb(241,152,150); }

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