Html Css Color HEX #FE5274 Wild Watermelon

📋 copy color: '#FE5274'

red 254 ◦ green 82 ◦ blue 116

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

Shades of Wild Watermelon #FE5274

Tints of Wild Watermelon #FE5274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.66%

R = 56.19%
G = 18.14%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE5274 (or 0xFE5274) is known color: Wild Watermelon. HEX triplet: FE, 52 and 74. RGB value is (254,82,116). Sum of RGB (Red+Green+Blue) = 254+82+116=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5274 is #01AD8B. Grayscale: #898989. Windows color (decimal): -109964 or 7623422. OLE color: 7623422.

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

Color convert

RGB 254 82 116 -
CMYK 0 0.68 0.54 0.00
HSL 348.14º 0.99% 0.66% -
HSV(B) 348.14º 0.68% 1% -
XYZ 47.04 28.37 19.52 -
YUV 137.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 254 82 116 0 0.68 0.54 0.00 348.14 0.99 0.66
Hex FE 52 74 0 44 36 0 15C 63 42
Octal 376 122 164 0 104 66 0 534 143 102
Binary 11111110 1010010 1110100 0 1000100 110110 0 101011100 1100011 1000010

Color Harmonies of #FE5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5274

Black with #FE5274

Text Example


Text Example

White with #FE5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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