Html Css Color HEX #FE5261 Wild Watermelon

📋 copy color: '#FE5261'

red 254 ◦ green 82 ◦ blue 97

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

Shades of Wild Watermelon #FE5261

Tints of Wild Watermelon #FE5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 58.66%
G = 18.94%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE5261 (or 0xFE5261) is known color: Wild Watermelon. HEX triplet: FE, 52 and 61. RGB value is (254,82,97). Sum of RGB (Red+Green+Blue) = 254+82+97=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5261 is #01AD9E. Grayscale: #878787. Windows color (decimal): -109983 or 6378238. OLE color: 6378238.

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

Color convert

RGB 254 82 97 -
CMYK 0 0.68 0.62 0.00
HSL 354.77º 0.99% 0.66% -
HSV(B) 354.77º 0.68% 1% -
XYZ 46.05 27.97 14.28 -
YUV 135.14 106.48 212.78 -
System Red Green Blue C M Y K H S L
Decimal 254 82 97 0 0.68 0.62 0.00 354.77 0.99 0.66
Hex FE 52 61 0 44 3E 0 163 63 42
Octal 376 122 141 0 104 76 0 543 143 102
Binary 11111110 1010010 1100001 0 1000100 111110 0 101100011 1100011 1000010

Color Harmonies of #FE5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5261

Black with #FE5261

Text Example


Text Example

White with #FE5261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5261; }

 p { color: rgb(254,82,97); }

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

background-color css

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

 a { background-color: rgb(254,82,97); }

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

border-color css

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

 span { border-color: rgb(254,82,97); }

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