#F29695

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

Shades of Sweet Pink #F29695

Tints of Sweet Pink #F29695

Color information

#F29695 (or 0xF29695) is unknown color: approx Sweet Pink. HEX triplet: F2, 96 and 95. RGB value is (242,150,149). Sum of RGB (Red+Green+Blue) = 242+150+149=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F29695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29695 is #0D696A. Grayscale: #B1B1B1. Windows color (decimal): -878955 or 9803506. OLE color: 9803506.

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

Color convert

RGB242150149-
CMYK00.380.380.05
HSL0.65º78.15%76.67%-
HSV(B)0.65º38.43%94.9%-
XYZ52.9542.8633.92-
YUV177.39111.98174.08-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.73%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=44.73%
G=27.73%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215014900.380.380.050.6578.1576.67
HexF2969502626514e4d
Octal3622262250464651116115
Binary1111001010010110100101010100110100110101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29695; }

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

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

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

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

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

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

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

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