Html Css Color HEX #FE5364 Wild Watermelon

📋 copy color: '#FE5364'

red 254 ◦ green 83 ◦ blue 100

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

Shades of Wild Watermelon #FE5364

Tints of Wild Watermelon #FE5364

RGB

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

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

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

R = 58.12%
G = 18.99%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE5364 (or 0xFE5364) is known color: Wild Watermelon. HEX triplet: FE, 53 and 64. RGB value is (254,83,100). Sum of RGB (Red+Green+Blue) = 254+83+100=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5364 is #01AC9B. Grayscale: #888888. Windows color (decimal): -109724 or 6575102. OLE color: 6575102.

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

Color convert

RGB 254 83 100 -
CMYK 0 0.67 0.61 0.00
HSL 354.04º 0.99% 0.66% -
HSV(B) 354.04º 0.67% 1% -
XYZ 46.27 28.18 15.06 -
YUV 136.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 254 83 100 0 0.67 0.61 0.00 354.04 0.99 0.66
Hex FE 53 64 0 43 3D 0 162 63 42
Octal 376 123 144 0 103 75 0 542 143 102
Binary 11111110 1010011 1100100 0 1000011 111101 0 101100010 1100011 1000010

Color Harmonies of #FE5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5364

Black with #FE5364

Text Example


Text Example

White with #FE5364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5364; }

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

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

background-color css

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

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

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

border-color css

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

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

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