#F99592

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

Shades of Sweet Pink #F99592

Tints of Sweet Pink #F99592

Color information

#F99592 (or 0xF99592) is unknown color: approx Sweet Pink. HEX triplet: F9, 95 and 92. RGB value is (249,149,146). Sum of RGB (Red+Green+Blue) = 249+149+146=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 146 (57.42% from 255 or 26.84% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F99592 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99592 is #066A6D. Grayscale: #B2B2B2. Windows color (decimal): -420462 or 9606649. OLE color: 9606649.

HSL color Cylindrical-coordinate representation of color #F99592: hue angle of 1.75º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F99592 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB249149146-
CMYK00.400.410.02
HSL1.75º89.57%77.45%-
HSV(B)1.75º41.37%97.65%-
XYZ5543.7132.73-
YUV178.56109.63178.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 146 (57.42% from 255) = 26.84%
R=45.77%
G=27.39%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914914600.400.410.021.7589.5777.45
HexF9959202829225a4d
Octal3712252220505122132115
Binary1111100110010101100100100101000101001101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99592; }

 p { color: rgb(249,149,146); }

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

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

 a { background-color: rgb(249,149,146); }

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

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

 span { border-color: rgb(249,149,146); }

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