#F39292

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

Shades of Sweet Pink #F39292

Tints of Sweet Pink #F39292

Color information

#F39292 (or 0xF39292) is unknown color: approx Sweet Pink. HEX triplet: F3, 92 and 92. RGB value is (243,146,146). Sum of RGB (Red+Green+Blue) = 243+146+146=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F39292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39292 is #0C6D6D. Grayscale: #AFAFAF. Windows color (decimal): -814446 or 9605875. OLE color: 9605875.

HSL color Cylindrical-coordinate representation of color #F39292: hue angle of 0º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F39292 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB243146146-
CMYK00.400.400.05
HSL80.17%76.27%-
HSV(B)39.92%95.29%-
XYZ52.4341.6932.48-
YUV175111.64176.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.42%
GREEN value IS 146 (57.42% from 255) = 27.29%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=45.42%
G=27.29%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314614600.400.400.05080.1776.27
HexF392920282850504c
Octal3632222220505050120114
Binary1111001110010010100100100101000101000101010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39292; }

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

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

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

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

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

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

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

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