Html Css Color HEX #FE5282 Wild Watermelon

📋 copy color: '#FE5282'

red 254 ◦ green 82 ◦ blue 130

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

Shades of Wild Watermelon #FE5282

Tints of Wild Watermelon #FE5282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 54.51%
G = 17.6%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE5282 (or 0xFE5282) is known color: Wild Watermelon. HEX triplet: FE, 52 and 82. RGB value is (254,82,130). Sum of RGB (Red+Green+Blue) = 254+82+130=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5282 is #01AD7D. Grayscale: #8A8A8A. Windows color (decimal): -109950 or 8540926. OLE color: 8540926.

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

Color convert

RGB 254 82 130 -
CMYK 0 0.68 0.49 0.00
HSL 343.26º 0.99% 0.66% -
HSV(B) 343.26º 0.68% 1% -
XYZ 47.92 28.72 24.14 -
YUV 138.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 254 82 130 0 0.68 0.49 0.00 343.26 0.99 0.66
Hex FE 52 82 0 44 31 0 157 63 42
Octal 376 122 202 0 104 61 0 527 143 102
Binary 11111110 1010010 10000010 0 1000100 110001 0 101010111 1100011 1000010

Color Harmonies of #FE5282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5282

Black with #FE5282

Text Example


Text Example

White with #FE5282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5282; }

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

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

background-color css

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

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

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

border-color css

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

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

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