Html Css Color HEX #FE5465 Wild Watermelon

📋 copy color: '#FE5465'

red 254 ◦ green 84 ◦ blue 101

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

Shades of Wild Watermelon #FE5465

Tints of Wild Watermelon #FE5465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.13%

 BLUE value IS 101 (39.84% from 255) = 23.01%

R = 57.86%
G = 19.13%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE5465 (or 0xFE5465) is known color: Wild Watermelon. HEX triplet: FE, 54 and 65. RGB value is (254,84,101). Sum of RGB (Red+Green+Blue) = 254+84+101=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5465 is #01AB9A. Grayscale: #888888. Windows color (decimal): -109467 or 6640894. OLE color: 6640894.

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

Color convert

RGB 254 84 101 -
CMYK 0 0.67 0.60 0.00
HSL 354º 0.99% 0.66% -
HSV(B) 354º 0.67% 1% -
XYZ 46.39 28.35 15.34 -
YUV 136.77 107.82 211.62 -
System Red Green Blue C M Y K H S L
Decimal 254 84 101 0 0.67 0.60 0.00 354 0.99 0.66
Hex FE 54 65 0 43 3C 0 162 63 42
Octal 376 124 145 0 103 74 0 542 143 102
Binary 11111110 1010100 1100101 0 1000011 111100 0 101100010 1100011 1000010

Color Harmonies of #FE5465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5465

Black with #FE5465

Text Example


Text Example

White with #FE5465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5465; }

 p { color: rgb(254,84,101); }

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

background-color css

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

 a { background-color: rgb(254,84,101); }

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

border-color css

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

 span { border-color: rgb(254,84,101); }

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