Html Css Color HEX #FE486D Wild Watermelon

📋 copy color: '#FE486D'

red 254 ◦ green 72 ◦ blue 109

#FE486D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #FE486D

Tints of Wild Watermelon #FE486D

RGB

 RED value IS 254 (99.61% from 255) = 58.39%

 GREEN value IS 72 (28.52% from 255) = 16.55%

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 58.39%
G = 16.55%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE486D (or 0xFE486D) is known color: Wild Watermelon. HEX triplet: FE, 48 and 6D. RGB value is (254,72,109). Sum of RGB (Red+Green+Blue) = 254+72+109=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE486D is #01B792. Grayscale: #828282. Windows color (decimal): -112531 or 7162110. OLE color: 7162110.

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

Color convert

RGB 254 72 109 -
CMYK 0 0.72 0.57 0.00
HSL 347.8º 0.99% 0.64% -
HSV(B) 347.8º 0.72% 1% -
XYZ 45.95 26.81 17.22 -
YUV 130.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 254 72 109 0 0.72 0.57 0.00 347.8 0.99 0.64
Hex FE 48 6D 0 48 39 0 15C 63 40
Octal 376 110 155 0 110 71 0 534 143 100
Binary 11111110 1001000 1101101 0 1001000 111001 0 101011100 1100011 1000000

Color Harmonies of #FE486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE486D

Black with #FE486D

Text Example


Text Example

White with #FE486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE486D; }

 p { color: rgb(254,72,109); }

 H1.HeaderClassName
 {
   color: #FE486D;
 }
 .AnyTagClassName
 {
   color: #FE486D;
 }
</style>

background-color css

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

 a { background-color: rgb(254,72,109); }

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

border-color css

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

 span { border-color: rgb(254,72,109); }

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