#F19696

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

Shades of Sweet Pink #F19696

Tints of Sweet Pink #F19696

Color information

#F19696 (or 0xF19696) is unknown color: approx Sweet Pink. HEX triplet: F1, 96 and 96. RGB value is (241,150,150). Sum of RGB (Red+Green+Blue) = 241+150+150=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F19696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19696 is #0E6969. Grayscale: #B1B1B1. Windows color (decimal): -944490 or 9869041. OLE color: 9869041.

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

Color convert

RGB241150150-
CMYK00.380.380.05
HSL76.47%76.67%-
HSV(B)37.76%94.51%-
XYZ52.6942.7234.32-
YUV177.21112.65173.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=44.55%
G=27.73%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115015000.380.380.05076.4776.67
HexF1969602626504c4d
Octal3612262260464650114115
Binary1111000110010110100101100100110100110101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19696; }

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

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

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

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

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

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

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

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