#F29591

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

Shades of Sweet Pink #F29591

Tints of Sweet Pink #F29591

Color information

#F29591 (or 0xF29591) is unknown color: approx Sweet Pink. HEX triplet: F2, 95 and 91. RGB value is (242,149,145). Sum of RGB (Red+Green+Blue) = 242+149+145=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 145 (57.03% from 255 or 27.05% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F29591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29591 is #0D6A6E. Grayscale: #B0B0B0. Windows color (decimal): -879215 or 9541106. OLE color: 9541106.

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

Color convert

RGB242149145-
CMYK00.380.400.05
HSL2.47º78.86%75.88%-
HSV(B)2.47º40.08%94.9%-
XYZ52.4842.4232.21-
YUV176.35110.31174.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 149 (58.59% from 255) = 27.80%
BLUE value IS 145 (57.03% from 255) = 27.05%
R=45.15%
G=27.80%
B=27.05%

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
Decimal24214914500.380.400.052.4778.8675.88
HexF2959102628524f4c
Octal3622252210465052117114
Binary11110010100101011001000101001101010001011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29591; }

 p { color: rgb(242,149,145); }

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

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

 a { background-color: rgb(242,149,145); }

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

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

 span { border-color: rgb(242,149,145); }

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