Html Css Color HEX #FE4874 Wild Watermelon

📋 copy color: '#FE4874'

red 254 ◦ green 72 ◦ blue 116

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

Shades of Wild Watermelon #FE4874

Tints of Wild Watermelon #FE4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.29%

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

R = 57.47%
G = 16.29%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE4874 (or 0xFE4874) is known color: Wild Watermelon. HEX triplet: FE, 48 and 74. RGB value is (254,72,116). Sum of RGB (Red+Green+Blue) = 254+72+116=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4874 is #01B78B. Grayscale: #838383. Windows color (decimal): -112524 or 7620862. OLE color: 7620862.

HSL color Cylindrical-coordinate representation of color #FE4874: hue angle of 345.49º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4874 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 72 116 -
CMYK 0 0.72 0.54 0.00
HSL 345.49º 0.99% 0.64% -
HSV(B) 345.49º 0.72% 1% -
XYZ 46.34 26.97 19.29 -
YUV 131.43 119.3 215.42 -
System Red Green Blue C M Y K H S L
Decimal 254 72 116 0 0.72 0.54 0.00 345.49 0.99 0.64
Hex FE 48 74 0 48 36 0 159 63 40
Octal 376 110 164 0 110 66 0 531 143 100
Binary 11111110 1001000 1110100 0 1001000 110110 0 101011001 1100011 1000000

Color Harmonies of #FE4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4874

Black with #FE4874

Text Example


Text Example

White with #FE4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4874; }

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

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

background-color css

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

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

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

border-color css

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

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

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