#F69893

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

Shades of Sweet Pink #F69893

Tints of Sweet Pink #F69893

Color information

#F69893 (or 0xF69893) is unknown color: approx Sweet Pink. HEX triplet: F6, 98 and 93. RGB value is (246,152,147). Sum of RGB (Red+Green+Blue) = 246+152+147=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 147 (57.81% from 255 or 26.97% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F69893 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69893 is #09676C. Grayscale: #B3B3B3. Windows color (decimal): -616301 or 9672950. OLE color: 9672950.

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

Color convert

RGB246152147-
CMYK00.380.400.04
HSL3.03º84.62%77.06%-
HSV(B)3.03º40.24%96.47%-
XYZ54.544.1633.25-
YUV179.54109.64175.41-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.14%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 147 (57.81% from 255) = 26.97%
R=45.14%
G=27.89%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615214700.380.400.043.0384.6277.06
HexF698930262843554d
Octal3662302230465043125115
Binary11110110100110001001001101001101010001001110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69893; }

 p { color: rgb(246,152,147); }

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

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

 a { background-color: rgb(246,152,147); }

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

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

 span { border-color: rgb(246,152,147); }

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