#F69995

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

Shades of Sweet Pink #F69995

Tints of Sweet Pink #F69995

Color information

#F69995 (or 0xF69995) is unknown color: approx Sweet Pink. HEX triplet: F6, 99 and 95. RGB value is (246,153,149). Sum of RGB (Red+Green+Blue) = 246+153+149=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F69995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69995 is #09666A. Grayscale: #B4B4B4. Windows color (decimal): -616043 or 9804278. OLE color: 9804278.

HSL color Cylindrical-coordinate representation of color #F69995: hue angle of 2.47º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F69995 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246153149-
CMYK00.380.390.04
HSL2.47º84.35%77.45%-
HSV(B)2.47º39.43%96.47%-
XYZ54.8244.5534.14-
YUV180.35110.31174.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.89%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=44.89%
G=27.92%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615314900.380.390.042.4784.3577.45
HexF699950262742544d
Octal3662312250464742124115
Binary11110110100110011001010101001101001111001010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69995; }

 p { color: rgb(246,153,149); }

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

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

 a { background-color: rgb(246,153,149); }

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

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

 span { border-color: rgb(246,153,149); }

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