#F09493

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

Shades of Sweet Pink #F09493

Tints of Sweet Pink #F09493

Color information

#F09493 (or 0xF09493) is unknown color: approx Sweet Pink. HEX triplet: F0, 94 and 93. RGB value is (240,148,147). Sum of RGB (Red+Green+Blue) = 240+148+147=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F09493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09493 is #0F6B6C. Grayscale: #AFAFAF. Windows color (decimal): -1010541 or 9671920. OLE color: 9671920.

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

Color convert

RGB240148147-
CMYK00.380.390.06
HSL0.65º75.61%75.88%-
HSV(B)0.65º38.75%94.12%-
XYZ51.7941.8132.94-
YUV175.39111.98174.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.86%
GREEN value IS 148 (58.20% from 255) = 27.66%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=44.86%
G=27.66%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014814700.380.390.060.6575.6175.88
HexF0949302627614c4c
Octal3602242230464761114114
Binary1111000010010100100100110100110100111110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09493; }

 p { color: rgb(240,148,147); }

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

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

 a { background-color: rgb(240,148,147); }

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

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

 span { border-color: rgb(240,148,147); }

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