Html Css Color HEX #FE5281 Wild Watermelon

📋 copy color: '#FE5281'

red 254 ◦ green 82 ◦ blue 129

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

Shades of Wild Watermelon #FE5281

Tints of Wild Watermelon #FE5281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.74%

R = 54.62%
G = 17.63%
B = 27.74%

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

#FE5281 (or 0xFE5281) is known color: Wild Watermelon. HEX triplet: FE, 52 and 81. RGB value is (254,82,129). Sum of RGB (Red+Green+Blue) = 254+82+129=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5281 is #01AD7E. Grayscale: #8A8A8A. Windows color (decimal): -109951 or 8475390. OLE color: 8475390.

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

Color convert

RGB 254 82 129 -
CMYK 0 0.68 0.49 0.00
HSL 343.6º 0.99% 0.66% -
HSV(B) 343.6º 0.68% 1% -
XYZ 47.85 28.69 23.78 -
YUV 138.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 254 82 129 0 0.68 0.49 0.00 343.6 0.99 0.66
Hex FE 52 81 0 44 31 0 158 63 42
Octal 376 122 201 0 104 61 0 530 143 102
Binary 11111110 1010010 10000001 0 1000100 110001 0 101011000 1100011 1000010

Color Harmonies of #FE5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5281

Black with #FE5281

Text Example


Text Example

White with #FE5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5281; }

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

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

background-color css

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

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

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

border-color css

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

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

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