#F29693

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

Shades of Sweet Pink #F29693

Tints of Sweet Pink #F29693

Color information

#F29693 (or 0xF29693) is unknown color: approx Sweet Pink. HEX triplet: F2, 96 and 93. RGB value is (242,150,147). Sum of RGB (Red+Green+Blue) = 242+150+147=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F29693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29693 is #0D696C. Grayscale: #B1B1B1. Windows color (decimal): -878957 or 9672434. OLE color: 9672434.

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

Color convert

RGB242150147-
CMYK00.380.390.05
HSL1.89º78.51%76.27%-
HSV(B)1.89º39.26%94.9%-
XYZ52.7942.833.08-
YUV177.17110.98174.24-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=44.90%
G=27.83%
B=27.27%

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
Decimal24215014700.380.390.051.8978.5176.27
HexF2969302627524f4c
Octal3622262230464752117114
Binary11110010100101101001001101001101001111011010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29693; }

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

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

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

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

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

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

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

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