#F35772

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

Shades of Wild Watermelon #F35772

Tints of Wild Watermelon #F35772

Color information

#F35772 (or 0xF35772) is unknown color: approx Wild Watermelon. HEX triplet: F3, 57 and 72. RGB value is (243,87,114). Sum of RGB (Red+Green+Blue) = 243+87+114=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F35772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35772 is #0CA88D. Grayscale: #888888. Windows color (decimal): -829582 or 7493619. OLE color: 7493619.

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

Color convert

RGB24387114-
CMYK00.640.530.05
HSL349.62º86.67%64.71%-
HSV(B)349.62º64.2%95.29%-
XYZ43.4127.0918.86-
YUV136.72115.18203.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.73%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=54.73%
G=19.59%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438711400.640.530.05349.6286.6764.71
HexF3577204035515e5741
Octal3631271620100655536127101
Binary11110011101011111100100100000011010110110101111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35772; }

 p { color: rgb(243,87,114); }

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

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

 a { background-color: rgb(243,87,114); }

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

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

 span { border-color: rgb(243,87,114); }

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