#F35B68

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

Shades of Wild Watermelon #F35B68

Tints of Wild Watermelon #F35B68

Color information

#F35B68 (or 0xF35B68) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5B and 68. RGB value is (243,91,104). Sum of RGB (Red+Green+Blue) = 243+91+104=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F35B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35B68 is #0CA497. Grayscale: #8A8A8A. Windows color (decimal): -828568 or 6839283. OLE color: 6839283.

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

Color convert

RGB24391104-
CMYK00.630.570.05
HSL354.87º86.36%65.49%-
HSV(B)354.87º62.55%95.29%-
XYZ43.227.5416.13-
YUV137.93108.86202.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.48%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=55.48%
G=20.78%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439110400.630.570.05354.8786.3665.49
HexF35B6803F3951635641
Octal363133150077715543126101
Binary1111001110110111101000011111111100110110110001110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35B68; }

 p { color: rgb(243,91,104); }

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

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

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

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

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

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

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