#F19694

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

Shades of Sweet Pink #F19694

Tints of Sweet Pink #F19694

Color information

#F19694 (or 0xF19694) is unknown color: approx Sweet Pink. HEX triplet: F1, 96 and 94. RGB value is (241,150,148). Sum of RGB (Red+Green+Blue) = 241+150+148=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F19694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19694 is #0E696B. Grayscale: #B1B1B1. Windows color (decimal): -944492 or 9737969. OLE color: 9737969.

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

Color convert

RGB241150148-
CMYK00.380.390.05
HSL1.29º76.86%76.27%-
HSV(B)1.29º38.59%94.51%-
XYZ52.5342.6533.48-
YUV176.98111.65173.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=44.71%
G=27.83%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115014800.380.390.051.2976.8676.27
HexF1969402627514d4c
Octal3612262240464751115114
Binary1111000110010110100101000100110100111101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19694; }

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

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

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

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

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

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

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

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