Html Css Color HEX #FE5164 Wild Watermelon

📋 copy color: '#FE5164'

red 254 ◦ green 81 ◦ blue 100

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

Shades of Wild Watermelon #FE5164

Tints of Wild Watermelon #FE5164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

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

R = 58.39%
G = 18.62%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE5164 (or 0xFE5164) is known color: Wild Watermelon. HEX triplet: FE, 51 and 64. RGB value is (254,81,100). Sum of RGB (Red+Green+Blue) = 254+81+100=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5164 is #01AE9B. Grayscale: #868686. Windows color (decimal): -110236 or 6574590. OLE color: 6574590.

HSL color Cylindrical-coordinate representation of color #FE5164: hue angle of 353.41º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE5164 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 81 100 -
CMYK 0 0.68 0.61 0.00
HSL 353.41º 0.99% 0.66% -
HSV(B) 353.41º 0.68% 1% -
XYZ 46.12 27.88 15.01 -
YUV 134.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 254 81 100 0 0.68 0.61 0.00 353.41 0.99 0.66
Hex FE 51 64 0 44 3D 0 161 63 42
Octal 376 121 144 0 104 75 0 541 143 102
Binary 11111110 1010001 1100100 0 1000100 111101 0 101100001 1100011 1000010

Color Harmonies of #FE5164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5164

Black with #FE5164

Text Example


Text Example

White with #FE5164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5164; }

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

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

background-color css

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

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

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

border-color css

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

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

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