Html Css Color HEX #FE5072 Wild Watermelon

📋 copy color: '#FE5072'

red 254 ◦ green 80 ◦ blue 114

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

Shades of Wild Watermelon #FE5072

Tints of Wild Watermelon #FE5072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.86%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 56.7%
G = 17.86%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE5072 (or 0xFE5072) is known color: Wild Watermelon. HEX triplet: FE, 50 and 72. RGB value is (254,80,114). Sum of RGB (Red+Green+Blue) = 254+80+114=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5072 is #01AF8D. Grayscale: #878787. Windows color (decimal): -110478 or 7491838. OLE color: 7491838.

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

Color convert

RGB 254 80 114 -
CMYK 0 0.69 0.55 0.00
HSL 348.28º 0.99% 0.65% -
HSV(B) 348.28º 0.69% 1% -
XYZ 46.78 28.02 18.86 -
YUV 135.9 115.65 212.24 -
System Red Green Blue C M Y K H S L
Decimal 254 80 114 0 0.69 0.55 0.00 348.28 0.99 0.65
Hex FE 50 72 0 45 37 0 15C 63 41
Octal 376 120 162 0 105 67 0 534 143 101
Binary 11111110 1010000 1110010 0 1000101 110111 0 101011100 1100011 1000001

Color Harmonies of #FE5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5072

Black with #FE5072

Text Example


Text Example

White with #FE5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5072; }

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

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

background-color css

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

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

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

border-color css

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

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

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