#FA5465

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

Shades of Wild Watermelon #FA5465

Tints of Wild Watermelon #FA5465

Color information

#FA5465 (or 0xFA5465) is unknown color: approx Wild Watermelon. HEX triplet: FA, 54 and 65. RGB value is (250,84,101). Sum of RGB (Red+Green+Blue) = 250+84+101=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5465 is #05AB9A. Grayscale: #878787. Windows color (decimal): -371611 or 6640890. OLE color: 6640890.

HSL color Cylindrical-coordinate representation of color #FA5465: hue angle of 353.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA5465 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB25084101-
CMYK00.660.600.02
HSL353.86º94.32%65.49%-
HSV(B)353.86º66.4%98.04%-
XYZ44.9427.615.27-
YUV135.57108.5209.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.47%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 101 (39.84% from 255) = 23.22%
R=57.47%
G=19.31%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508410100.660.600.02353.8694.3265.49
HexFA54650423C21625e41
Octal3721241450102742542136101
Binary1111101010101001100101010000101111001010110001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5465; }

 p { color: rgb(250,84,101); }

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

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

 a { background-color: rgb(250,84,101); }

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

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

 span { border-color: rgb(250,84,101); }

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