#FE547A

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

Shades of Wild Watermelon #FE547A

Tints of Wild Watermelon #FE547A

Color information

#FE547A (or 0xFE547A) is unknown color: approx Wild Watermelon. HEX triplet: FE, 54 and 7A. RGB value is (254,84,122). Sum of RGB (Red+Green+Blue) = 254+84+122=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE547A is #01AB85. Grayscale: #8B8B8B. Windows color (decimal): -109446 or 8017150. OLE color: 8017150.

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

Color convert

RGB25484122-
CMYK00.670.520.00
HSL346.59º98.84%66.27%-
HSV(B)346.59º66.93%99.61%-
XYZ47.5628.8221.47-
YUV139.16118.32209.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.22%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=55.22%
G=18.26%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548412200.670.520.00346.5998.8466.27
HexFE547A04334015b6342
Octal3761241720103640533143102
Binary111111101010100111101001000011110100010101101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE547A; }

 p { color: rgb(254,84,122); }

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

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

 a { background-color: rgb(254,84,122); }

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

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

 span { border-color: rgb(254,84,122); }

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