#F35370

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

Shades of Wild Watermelon #F35370

Tints of Wild Watermelon #F35370

Color information

#F35370 (or 0xF35370) is unknown color: approx Wild Watermelon. HEX triplet: F3, 53 and 70. RGB value is (243,83,112). Sum of RGB (Red+Green+Blue) = 243+83+112=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F35370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35370 is #0CAC8F. Grayscale: #868686. Windows color (decimal): -830608 or 7361523. OLE color: 7361523.

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

Color convert

RGB24383112-
CMYK00.660.540.05
HSL349.12º86.96%63.92%-
HSV(B)349.12º65.84%95.29%-
XYZ42.9826.4118.16-
YUV134.15115.51205.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.48%
GREEN value IS 83 (32.81% from 255) = 18.95%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=55.48%
G=18.95%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438311200.660.540.05349.1286.9663.92
HexF3537004236515d5740
Octal3631231600102665535127100
Binary11110011101001111100000100001011011010110101110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35370; }

 p { color: rgb(243,83,112); }

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

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

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

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

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

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

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