Html Css Color HEX #FE5278 Wild Watermelon

📋 copy color: '#FE5278'

red 254 ◦ green 82 ◦ blue 120

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

Shades of Wild Watermelon #FE5278

Tints of Wild Watermelon #FE5278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 55.7%
G = 17.98%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE5278 (or 0xFE5278) is known color: Wild Watermelon. HEX triplet: FE, 52 and 78. RGB value is (254,82,120). Sum of RGB (Red+Green+Blue) = 254+82+120=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5278 is #01AD87. Grayscale: #898989. Windows color (decimal): -109960 or 7885566. OLE color: 7885566.

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

Color convert

RGB 254 82 120 -
CMYK 0 0.68 0.53 0.00
HSL 346.74º 0.99% 0.66% -
HSV(B) 346.74º 0.68% 1% -
XYZ 47.28 28.46 20.77 -
YUV 137.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 254 82 120 0 0.68 0.53 0.00 346.74 0.99 0.66
Hex FE 52 78 0 44 35 0 15B 63 42
Octal 376 122 170 0 104 65 0 533 143 102
Binary 11111110 1010010 1111000 0 1000100 110101 0 101011011 1100011 1000010

Color Harmonies of #FE5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5278

Black with #FE5278

Text Example


Text Example

White with #FE5278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5278; }

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

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

background-color css

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

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

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

border-color css

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

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

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