#F29594

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

Shades of Sweet Pink #F29594

Tints of Sweet Pink #F29594

Color information

#F29594 (or 0xF29594) is unknown color: approx Sweet Pink. HEX triplet: F2, 95 and 94. RGB value is (242,149,148). Sum of RGB (Red+Green+Blue) = 242+149+148=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F29594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29594 is #0D6A6B. Grayscale: #B0B0B0. Windows color (decimal): -879212 or 9737714. OLE color: 9737714.

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

Color convert

RGB242149148-
CMYK00.380.390.05
HSL0.64º78.33%76.47%-
HSV(B)0.64º38.84%94.9%-
XYZ52.7142.5133.44-
YUV176.69111.81174.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 149 (58.59% from 255) = 27.64%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=44.90%
G=27.64%
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
Decimal24214914800.380.390.050.6478.3376.47
HexF2959402627514e4c
Octal3622252240464751116114
Binary1111001010010101100101000100110100111101110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29594; }

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

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

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

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

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

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

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

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