Html Css Color HEX #FE5265 Wild Watermelon

📋 copy color: '#FE5265'

red 254 ◦ green 82 ◦ blue 101

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

Shades of Wild Watermelon #FE5265

Tints of Wild Watermelon #FE5265

RGB

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

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

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

R = 58.12%
G = 18.76%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE5265 (or 0xFE5265) is known color: Wild Watermelon. HEX triplet: FE, 52 and 65. RGB value is (254,82,101). Sum of RGB (Red+Green+Blue) = 254+82+101=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5265 is #01AD9A. Grayscale: #878787. Windows color (decimal): -109979 or 6640382. OLE color: 6640382.

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

Color convert

RGB 254 82 101 -
CMYK 0 0.68 0.60 0.00
HSL 353.37º 0.99% 0.66% -
HSV(B) 353.37º 0.68% 1% -
XYZ 46.24 28.05 15.29 -
YUV 135.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 254 82 101 0 0.68 0.60 0.00 353.37 0.99 0.66
Hex FE 52 65 0 44 3C 0 161 63 42
Octal 376 122 145 0 104 74 0 541 143 102
Binary 11111110 1010010 1100101 0 1000100 111100 0 101100001 1100011 1000010

Color Harmonies of #FE5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5265

Black with #FE5265

Text Example


Text Example

White with #FE5265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5265; }

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

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

background-color css

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

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

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

border-color css

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

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

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