Html Css Color HEX #FE5064 Wild Watermelon

📋 copy color: '#FE5064'

red 254 ◦ green 80 ◦ blue 100

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

Shades of Wild Watermelon #FE5064

Tints of Wild Watermelon #FE5064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 58.53%
G = 18.43%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE5064 (or 0xFE5064) is known color: Wild Watermelon. HEX triplet: FE, 50 and 64. RGB value is (254,80,100). Sum of RGB (Red+Green+Blue) = 254+80+100=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5064 is #01AF9B. Grayscale: #868686. Windows color (decimal): -110492 or 6574334. OLE color: 6574334.

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

Color convert

RGB 254 80 100 -
CMYK 0 0.69 0.61 0.00
HSL 353.1º 0.99% 0.65% -
HSV(B) 353.1º 0.69% 1% -
XYZ 46.04 27.73 14.98 -
YUV 134.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 254 80 100 0 0.69 0.61 0.00 353.1 0.99 0.65
Hex FE 50 64 0 45 3D 0 161 63 41
Octal 376 120 144 0 105 75 0 541 143 101
Binary 11111110 1010000 1100100 0 1000101 111101 0 101100001 1100011 1000001

Color Harmonies of #FE5064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5064

Black with #FE5064

Text Example


Text Example

White with #FE5064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5064; }

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

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

background-color css

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

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

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

border-color css

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

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

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