#F19690

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

Shades of Sweet Pink #F19690

Tints of Sweet Pink #F19690

Color information

#F19690 (or 0xF19690) is unknown color: approx Sweet Pink. HEX triplet: F1, 96 and 90. RGB value is (241,150,144). Sum of RGB (Red+Green+Blue) = 241+150+144=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F19690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19690 is #0E696F. Grayscale: #B0B0B0. Windows color (decimal): -944496 or 9475825. OLE color: 9475825.

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

Color convert

RGB241150144-
CMYK00.380.400.05
HSL3.71º77.6%75.49%-
HSV(B)3.71º40.25%94.51%-
XYZ52.2242.5331.84-
YUV176.52109.65173.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 144 (56.64% from 255) = 26.92%
R=45.05%
G=28.04%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115014400.380.400.053.7177.675.49
HexF1969002628544e4b
Octal3612262200465054116113
Binary111100011001011010010000010011010100010110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19690; }

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

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

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

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

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

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

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

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