#F35F5F

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

Shades of Bittersweet #F35F5F

Tints of Bittersweet #F35F5F

Color information

#F35F5F (or 0xF35F5F) is unknown color: approx Bittersweet. HEX triplet: F3, 5F and 5F. RGB value is (243,95,95). Sum of RGB (Red+Green+Blue) = 243+95+95=433 (57% of max value = 765). Red value is 243 (95.31% from 255 or 56.12% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35F5F is #0CA0A0. Grayscale: #8B8B8B. Windows color (decimal): -827553 or 6250483. OLE color: 6250483.

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

Color convert

RGB2439595-
CMYK00.610.610.05
HSL86.05%66.27%-
HSV(B)60.91%95.29%-
XYZ43.1228.0713.97-
YUV139.25103.03202-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.12%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=56.12%
G=21.94%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243959500.610.610.05086.0566.27
HexF35F5F03D3D505642
Octal3631371370757550126102
Binary11110011101111110111110111101111101101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F5F; }

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

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

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

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

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

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

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

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