Html Css Color HEX #FE5379 Wild Watermelon

📋 copy color: '#FE5379'

red 254 ◦ green 83 ◦ blue 121

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

Shades of Wild Watermelon #FE5379

Tints of Wild Watermelon #FE5379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.12%

 BLUE value IS 121 (47.66% from 255) = 26.42%

R = 55.46%
G = 18.12%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE5379 (or 0xFE5379) is known color: Wild Watermelon. HEX triplet: FE, 53 and 79. RGB value is (254,83,121). Sum of RGB (Red+Green+Blue) = 254+83+121=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5379 is #01AC86. Grayscale: #8A8A8A. Windows color (decimal): -109703 or 7951358. OLE color: 7951358.

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

Color convert

RGB 254 83 121 -
CMYK 0 0.67 0.52 0.00
HSL 346.67º 0.99% 0.66% -
HSV(B) 346.67º 0.67% 1% -
XYZ 47.42 28.64 21.12 -
YUV 138.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 254 83 121 0 0.67 0.52 0.00 346.67 0.99 0.66
Hex FE 53 79 0 43 34 0 15B 63 42
Octal 376 123 171 0 103 64 0 533 143 102
Binary 11111110 1010011 1111001 0 1000011 110100 0 101011011 1100011 1000010

Color Harmonies of #FE5379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5379

Black with #FE5379

Text Example


Text Example

White with #FE5379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5379; }

 p { color: rgb(254,83,121); }

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

background-color css

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

 a { background-color: rgb(254,83,121); }

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

border-color css

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

 span { border-color: rgb(254,83,121); }

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