#f35558

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

Shades of Wild Watermelon #F35558

Tints of Wild Watermelon #F35558

Color information

#F35558 (or 0xF35558) is unknown color: approx Wild Watermelon. HEX triplet: F3, 55 and 58. RGB value is (243,85,88). Sum of RGB (Red+Green+Blue) = 243+85+88=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F35558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35558 is #0CAAA7. Grayscale: #848484. Windows color (decimal): -830120 or 5789171. OLE color: 5789171.

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

Color convert

RGB2438588-
CMYK00.650.640.05
HSL358.86º86.81%64.31%-
HSV(B)358.86º65.02%95.29%-
XYZ41.9726.2612.09-
YUV132.58102.85206.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 58.41%
GREEN value IS 85 (33.59% from 255) = 20.43%
BLUE value IS 88 (34.77% from 255) = 21.15%
R=58.41%
G=20.43%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243858800.650.640.05358.8686.8164.31
HexF355580414051675740
Octal36312513001011005547127100
Binary111100111010101101100001000001100000010110110011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f35558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f35558; }

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

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

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

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

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

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

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

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