#F5507A

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

Shades of Wild Watermelon #F5507A

Tints of Wild Watermelon #F5507A

Color information

#F5507A (or 0xF5507A) is unknown color: approx Wild Watermelon. HEX triplet: F5, 50 and 7A. RGB value is (245,80,122). Sum of RGB (Red+Green+Blue) = 245+80+122=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5507A is #0AAF85. Grayscale: #868686. Windows color (decimal): -700294 or 8016117. OLE color: 8016117.

HSL color Cylindrical-coordinate representation of color #F5507A: hue angle of 344.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5507A is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB24580122-
CMYK00.670.500.04
HSL344.73º89.19%63.73%-
HSV(B)344.73º67.35%96.08%-
XYZ44.0426.5521.22-
YUV134.12121.16207.08-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.81%
GREEN value IS 80 (31.64% from 255) = 17.90%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=54.81%
G=17.90%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458012200.670.500.04344.7389.1963.73
HexF5507A0433241595940
Octal3651201720103624531131100
Binary11110101101000011110100100001111001010010101100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5507A; }

 p { color: rgb(245,80,122); }

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

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

 a { background-color: rgb(245,80,122); }

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

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

 span { border-color: rgb(245,80,122); }

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