Html Css Color HEX #FE486F Wild Watermelon

📋 copy color: '#FE486F'

red 254 ◦ green 72 ◦ blue 111

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

Shades of Wild Watermelon #FE486F

Tints of Wild Watermelon #FE486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 58.12%
G = 16.48%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE486F (or 0xFE486F) is known color: Wild Watermelon. HEX triplet: FE, 48 and 6F. RGB value is (254,72,111). Sum of RGB (Red+Green+Blue) = 254+72+111=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE486F is #01B790. Grayscale: #828282. Windows color (decimal): -112529 or 7293182. OLE color: 7293182.

HSL color Cylindrical-coordinate representation of color #FE486F: hue angle of 347.14º 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 #FE486F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 72 111 -
CMYK 0 0.72 0.56 0.00
HSL 347.14º 0.99% 0.64% -
HSV(B) 347.14º 0.72% 1% -
XYZ 46.06 26.85 17.79 -
YUV 130.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 254 72 111 0 0.72 0.56 0.00 347.14 0.99 0.64
Hex FE 48 6F 0 48 38 0 15B 63 40
Octal 376 110 157 0 110 70 0 533 143 100
Binary 11111110 1001000 1101111 0 1001000 111000 0 101011011 1100011 1000000

Color Harmonies of #FE486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE486F

Black with #FE486F

Text Example


Text Example

White with #FE486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE486F; }

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

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

background-color css

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

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

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

border-color css

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

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

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