#F35F74

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

Shades of Wild Watermelon #F35F74

Tints of Wild Watermelon #F35F74

Color information

#F35F74 (or 0xF35F74) is unknown color: approx Wild Watermelon. HEX triplet: F3, 5F and 74. RGB value is (243,95,116). Sum of RGB (Red+Green+Blue) = 243+95+116=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F35F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35F74 is #0CA08B. Grayscale: #8D8D8D. Windows color (decimal): -827532 or 7626739. OLE color: 7626739.

HSL color Cylindrical-coordinate representation of color #F35F74: hue angle of 351.49º 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 #F35F74 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB24395116-
CMYK00.610.520.05
HSL351.49º86.05%66.27%-
HSV(B)351.49º60.91%95.29%-
XYZ44.2128.519.69-
YUV141.65113.53200.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.52%
GREEN value IS 95 (37.5% from 255) = 20.93%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=53.52%
G=20.93%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439511600.610.520.05351.4986.0566.27
HexF35F7403D34515f5642
Octal363137164075645537126102
Binary1111001110111111110100011110111010010110101111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35F74; }

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

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

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

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

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

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

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

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