#F35163

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

Shades of Wild Watermelon #F35163

Tints of Wild Watermelon #F35163

Color information

#F35163 (or 0xF35163) is unknown color: approx Wild Watermelon. HEX triplet: F3, 51 and 63. RGB value is (243,81,99). Sum of RGB (Red+Green+Blue) = 243+81+99=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F35163 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F35163 is #0CAE9C. Grayscale: #838383. Windows color (decimal): -831133 or 6509043. OLE color: 6509043.

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

Color convert

RGB2438199-
CMYK00.670.590.05
HSL353.33º87.1%63.53%-
HSV(B)353.33º66.67%95.29%-
XYZ42.1625.8414.57-
YUV131.49109.67207.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 57.45%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=57.45%
G=19.15%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243819900.670.590.05353.3387.163.53
HexF351630433B51615740
Octal3631211430103735541127100
Binary11110011101000111000110100001111101110110110000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35163; }

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

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

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

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

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

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

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

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