#FE507F

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

Shades of Wild Watermelon #FE507F

Tints of Wild Watermelon #FE507F

Color information

#FE507F (or 0xFE507F) is unknown color: approx Wild Watermelon. HEX triplet: FE, 50 and 7F. RGB value is (254,80,127). Sum of RGB (Red+Green+Blue) = 254+80+127=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE507F is #01AF80. Grayscale: #898989. Windows color (decimal): -110465 or 8343806. OLE color: 8343806.

HSL color Cylindrical-coordinate representation of color #FE507F: hue angle of 343.79º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE507F is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB25480127-
CMYK00.690.500.00
HSL343.79º98.86%65.49%-
HSV(B)343.79º68.5%99.61%-
XYZ47.5728.3423.04-
YUV137.38122.15211.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 80 (31.64% from 255) = 17.35%
BLUE value IS 127 (50% from 255) = 27.55%
R=55.10%
G=17.35%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548012700.690.500.00343.7998.8665.49
HexFE507F0453201586341
Octal3761201770105620530143101
Binary111111101010000111111101000101110010010101100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE507F; }

 p { color: rgb(254,80,127); }

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

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

 a { background-color: rgb(254,80,127); }

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

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

 span { border-color: rgb(254,80,127); }

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