#F09292

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

Shades of Sweet Pink #F09292

Tints of Sweet Pink #F09292

Color information

#F09292 (or 0xF09292) is unknown color: approx Sweet Pink. HEX triplet: F0, 92 and 92. RGB value is (240,146,146). Sum of RGB (Red+Green+Blue) = 240+146+146=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09292 is #0F6D6D. Grayscale: #AEAEAE. Windows color (decimal): -1011054 or 9605872. OLE color: 9605872.

HSL color Cylindrical-coordinate representation of color #F09292: hue angle of 0º 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 #F09292 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB240146146-
CMYK00.390.390.06
HSL75.81%75.69%-
HSV(B)39.17%94.12%-
XYZ51.441.1632.43-
YUV174.11112.14175-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=45.11%
G=27.44%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014614600.390.390.06075.8175.69
HexF0929202727604c4c
Octal3602222220474760114114
Binary1111000010010010100100100100111100111110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09292; }

 p { color: rgb(240,146,146); }

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

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

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

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

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

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

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