#F35273

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

Shades of Wild Watermelon #F35273

Tints of Wild Watermelon #F35273

Color information

#F35273 (or 0xF35273) is unknown color: approx Wild Watermelon. HEX triplet: F3, 52 and 73. RGB value is (243,82,115). Sum of RGB (Red+Green+Blue) = 243+82+115=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F35273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35273 is #0CAD8C. Grayscale: #858585. Windows color (decimal): -830861 or 7557875. OLE color: 7557875.

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

Color convert

RGB24382115-
CMYK00.660.530.05
HSL347.7º87.03%63.73%-
HSV(B)347.7º66.26%95.29%-
XYZ43.0726.3319.03-
YUV133.9117.34205.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.23%
GREEN value IS 82 (32.42% from 255) = 18.64%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=55.23%
G=18.64%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438211500.660.530.05347.787.0363.73
HexF3527304235515c5740
Octal3631221630102655534127100
Binary11110011101001011100110100001011010110110101110010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35273; }

 p { color: rgb(243,82,115); }

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

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

 a { background-color: rgb(243,82,115); }

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

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

 span { border-color: rgb(243,82,115); }

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