#F69090

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

Shades of Sweet Pink #F69090

Tints of Sweet Pink #F69090

Color information

#F69090 (or 0xF69090) is unknown color: approx Sweet Pink. HEX triplet: F6, 90 and 90. RGB value is (246,144,144). Sum of RGB (Red+Green+Blue) = 246+144+144=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F69090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69090 is #096F6F. Grayscale: #AEAEAE. Windows color (decimal): -618352 or 9474294. OLE color: 9474294.

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

Color convert

RGB246144144-
CMYK00.410.410.04
HSL85%76.47%-
HSV(B)41.46%96.47%-
XYZ53.0141.5531.61-
YUV174.5110.79179-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.07%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=46.07%
G=26.97%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614414400.410.410.0408576.47
HexF690900292940554c
Octal3662202200515140125114
Binary1111011010010000100100000101001101001100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69090; }

 p { color: rgb(246,144,144); }

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

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

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

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

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

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

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