#F35F58

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

Shades of Bittersweet #F35F58

Tints of Bittersweet #F35F58

Color information

#F35F58 (or 0xF35F58) is unknown color: approx Bittersweet. HEX triplet: F3, 5F and 58. RGB value is (243,95,88). Sum of RGB (Red+Green+Blue) = 243+95+88=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35F58 is #0CA0A7. Grayscale: #8A8A8A. Windows color (decimal): -827560 or 5791731. OLE color: 5791731.

HSL color Cylindrical-coordinate representation of color #F35F58: hue angle of 2.71º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F35F58 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB2439588-
CMYK00.610.640.05
HSL2.71º86.59%64.9%-
HSV(B)2.71º63.79%95.29%-
XYZ42.8227.9412.37-
YUV138.4599.53202.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.04%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 88 (34.77% from 255) = 20.66%
R=57.04%
G=22.30%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243958800.610.640.052.7186.5964.9
HexF35F5803D40535741
Octal36313713007510053127101
Binary1111001110111111011000011110110000001011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F58; }

 p { color: rgb(243,95,88); }

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

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

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

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

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

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

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