#f35f68

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

Shades of Wild Watermelon #F35F68

Tints of Wild Watermelon #F35F68

Color information

#F35F68 (or 0xF35F68) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5F and 68. RGB value is (243,95,104). Sum of RGB (Red+Green+Blue) = 243+95+104=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35F68 is #0CA097. Grayscale: #8C8C8C. Windows color (decimal): -827544 or 6840307. OLE color: 6840307.

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

Color convert

RGB24395104-
CMYK00.610.570.05
HSL356.35º86.05%66.27%-
HSV(B)356.35º60.91%95.29%-
XYZ43.5528.2416.25-
YUV140.28107.53201.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.98%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=54.98%
G=21.49%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439510400.610.570.05356.3586.0566.27
HexF35F6803D3951645642
Octal363137150075715544126102
Binary1111001110111111101000011110111100110110110010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f35f68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f35f68; }

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

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

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

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

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

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

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

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