Html Css Color HEX #FE5074 Wild Watermelon

📋 copy color: '#FE5074'

red 254 ◦ green 80 ◦ blue 116

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

Shades of Wild Watermelon #FE5074

Tints of Wild Watermelon #FE5074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 56.44%
G = 17.78%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE5074 (or 0xFE5074) is known color: Wild Watermelon. HEX triplet: FE, 50 and 74. RGB value is (254,80,116). Sum of RGB (Red+Green+Blue) = 254+80+116=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5074 is #01AF8B. Grayscale: #888888. Windows color (decimal): -110476 or 7622910. OLE color: 7622910.

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

Color convert

RGB 254 80 116 -
CMYK 0 0.69 0.54 0.00
HSL 347.59º 0.99% 0.65% -
HSV(B) 347.59º 0.69% 1% -
XYZ 46.89 28.07 19.47 -
YUV 136.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 254 80 116 0 0.69 0.54 0.00 347.59 0.99 0.65
Hex FE 50 74 0 45 36 0 15C 63 41
Octal 376 120 164 0 105 66 0 534 143 101
Binary 11111110 1010000 1110100 0 1000101 110110 0 101011100 1100011 1000001

Color Harmonies of #FE5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5074

Black with #FE5074

Text Example


Text Example

White with #FE5074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5074; }

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

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

background-color css

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

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

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

border-color css

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

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

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