#F35665

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

Shades of Wild Watermelon #F35665

Tints of Wild Watermelon #F35665

Color information

#F35665 (or 0xF35665) is unknown color: approx Wild Watermelon. HEX triplet: F3, 56 and 65. RGB value is (243,86,101). Sum of RGB (Red+Green+Blue) = 243+86+101=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F35665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35665 is #0CA99A. Grayscale: #868686. Windows color (decimal): -829851 or 6641395. OLE color: 6641395.

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

Color convert

RGB24386101-
CMYK00.650.580.05
HSL354.27º86.74%64.51%-
HSV(B)354.27º64.61%95.29%-
XYZ42.6426.6515.21-
YUV134.65109.01205.28-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 56.51%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=56.51%
G=20%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438610100.650.580.05354.2786.7464.51
HexF356650413A51625741
Octal3631261450101725542127101
Binary11110011101011011001010100000111101010110110001010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35665; }

 p { color: rgb(243,86,101); }

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

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

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

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

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

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

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