#F35C6F

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

Shades of Wild Watermelon #F35C6F

Tints of Wild Watermelon #F35C6F

Color information

#F35C6F (or 0xF35C6F) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5C and 6F. RGB value is (243,92,111). Sum of RGB (Red+Green+Blue) = 243+92+111=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F35C6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35C6F is #0CA390. Grayscale: #8B8B8B. Windows color (decimal): -828305 or 7298291. OLE color: 7298291.

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

Color convert

RGB24392111-
CMYK00.620.540.05
HSL352.45º86.29%65.69%-
HSV(B)352.45º62.14%95.29%-
XYZ43.6627.8618.11-
YUV139.32112.03201.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.48%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=54.48%
G=20.63%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439211100.620.540.05352.4586.2965.69
HexF35C6F03E3651605642
Octal363134157076665540126102
Binary1111001110111001101111011111011011010110110000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35C6F; }

 p { color: rgb(243,92,111); }

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

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

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

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

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

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

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