#F55C6A

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

Shades of Wild Watermelon #F55C6A

Tints of Wild Watermelon #F55C6A

Color information

#F55C6A (or 0xF55C6A) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5C and 6A. RGB value is (245,92,106). Sum of RGB (Red+Green+Blue) = 245+92+106=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C6A is #0AA395. Grayscale: #8B8B8B. Windows color (decimal): -697238 or 6970613. OLE color: 6970613.

HSL color Cylindrical-coordinate representation of color #F55C6A: hue angle of 354.51º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55C6A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB24592106-
CMYK00.620.570.04
HSL354.51º88.44%66.08%-
HSV(B)354.51º62.45%96.08%-
XYZ44.0828.1116.74-
YUV139.34109.19203.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.30%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=55.30%
G=20.77%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459210600.620.570.04354.5188.4466.08
HexF55C6A03E3941635842
Octal365134152076714543130102
Binary1111010110111001101010011111011100110010110001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C6A; }

 p { color: rgb(245,92,106); }

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

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

 a { background-color: rgb(245,92,106); }

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

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

 span { border-color: rgb(245,92,106); }

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