#F35172

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

Shades of Wild Watermelon #F35172

Tints of Wild Watermelon #F35172

Color information

#F35172 (or 0xF35172) is unknown color: approx Wild Watermelon. HEX triplet: F3, 51 and 72. RGB value is (243,81,114). Sum of RGB (Red+Green+Blue) = 243+81+114=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F35172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35172 is #0CAE8D. Grayscale: #858585. Windows color (decimal): -831118 or 7492083. OLE color: 7492083.

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

Color convert

RGB24381114-
CMYK00.670.530.05
HSL347.78º87.1%63.53%-
HSV(B)347.78º66.67%95.29%-
XYZ42.9426.1518.7-
YUV133.2117.17206.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.48%
GREEN value IS 81 (32.03% from 255) = 18.49%
BLUE value IS 114 (44.92% from 255) = 26.03%
R=55.48%
G=18.49%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438111400.670.530.05347.7887.163.53
HexF3517204335515c5740
Octal3631211620103655534127100
Binary11110011101000111100100100001111010110110101110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35172; }

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

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

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

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

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

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

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

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