Html Css Color HEX #FE5864 Wild Watermelon

📋 copy color: '#FE5864'

red 254 ◦ green 88 ◦ blue 100

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

Shades of Wild Watermelon #FE5864

Tints of Wild Watermelon #FE5864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.91%

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

R = 57.47%
G = 19.91%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE5864 (or 0xFE5864) is known color: Wild Watermelon. HEX triplet: FE, 58 and 64. RGB value is (254,88,100). Sum of RGB (Red+Green+Blue) = 254+88+100=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5864 is #01A79B. Grayscale: #8B8B8B. Windows color (decimal): -108444 or 6576382. OLE color: 6576382.

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

Color convert

RGB 254 88 100 -
CMYK 0 0.65 0.61 0.00
HSL 355.66º 0.99% 0.67% -
HSV(B) 355.66º 0.65% 1% -
XYZ 46.66 28.97 15.19 -
YUV 139 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 254 88 100 0 0.65 0.61 0.00 355.66 0.99 0.67
Hex FE 58 64 0 41 3D 0 164 63 43
Octal 376 130 144 0 101 75 0 544 143 103
Binary 11111110 1011000 1100100 0 1000001 111101 0 101100100 1100011 1000011

Color Harmonies of #FE5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5864

Black with #FE5864

Text Example


Text Example

White with #FE5864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5864; }

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

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

background-color css

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

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

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

border-color css

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

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

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