#F09284

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

Shades of Sweet Pink #F09284

Tints of Sweet Pink #F09284

Color information

#F09284 (or 0xF09284) is unknown color: approx Sweet Pink. HEX triplet: F0, 92 and 84. RGB value is (240,146,132). Sum of RGB (Red+Green+Blue) = 240+146+132=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F09284 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09284 is #0F6D7B. Grayscale: #ACACAC. Windows color (decimal): -1011068 or 8688368. OLE color: 8688368.

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

Color convert

RGB240146132-
CMYK00.390.450.06
HSL7.78º78.26%72.94%-
HSV(B)7.78º45%94.12%-
XYZ50.3840.7527.04-
YUV172.51105.14176.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 146 (57.42% from 255) = 28.19%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=46.33%
G=28.19%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014613200.390.450.067.7878.2672.94
HexF092840272D684e49
Octal36022220404755610116111
Binary1111000010010010100001000100111101101110100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09284; }

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

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

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

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

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

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

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

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