#F29493

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

Shades of Sweet Pink #F29493

Tints of Sweet Pink #F29493

Color information

#F29493 (or 0xF29493) is unknown color: approx Sweet Pink. HEX triplet: F2, 94 and 93. RGB value is (242,148,147). Sum of RGB (Red+Green+Blue) = 242+148+147=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F29493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29493 is #0D6B6C. Grayscale: #B0B0B0. Windows color (decimal): -879469 or 9671922. OLE color: 9671922.

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

Color convert

RGB242148147-
CMYK00.390.390.05
HSL0.63º78.51%76.27%-
HSV(B)0.63º39.26%94.9%-
XYZ52.4742.1632.98-
YUV175.99111.64175.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=45.07%
G=27.56%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24214814700.390.390.050.6378.5176.27
HexF2949302727514f4c
Octal3622242230474751117114
Binary1111001010010100100100110100111100111101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29493; }

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

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

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

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

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

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

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

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