#F69998

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

Shades of Sweet Pink #F69998

Tints of Sweet Pink #F69998

Color information

#F69998 (or 0xF69998) is unknown color: approx Sweet Pink. HEX triplet: F6, 99 and 98. RGB value is (246,153,152). Sum of RGB (Red+Green+Blue) = 246+153+152=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F69998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69998 is #096667. Grayscale: #B4B4B4. Windows color (decimal): -616040 or 10000886. OLE color: 10000886.

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

Color convert

RGB246153152-
CMYK00.380.380.04
HSL0.64º83.93%78.04%-
HSV(B)0.64º38.21%96.47%-
XYZ55.0644.6435.42-
YUV180.69111.81174.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.65%
GREEN value IS 153 (60.16% from 255) = 27.77%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=44.65%
G=27.77%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615315200.380.380.040.6483.9378.04
HexF699980262641544e
Octal3662312300464641124116
Binary1111011010011001100110000100110100110100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69998; }

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

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

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

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

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

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

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

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