Html Css Color HEX #FE4772 Wild Watermelon

📋 copy color: '#FE4772'

red 254 ◦ green 71 ◦ blue 114

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

Shades of Wild Watermelon #FE4772

Tints of Wild Watermelon #FE4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.17%

 BLUE value IS 114 (44.92% from 255) = 25.97%

R = 57.86%
G = 16.17%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE4772 (or 0xFE4772) is known color: Wild Watermelon. HEX triplet: FE, 47 and 72. RGB value is (254,71,114). Sum of RGB (Red+Green+Blue) = 254+71+114=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4772 is #01B88D. Grayscale: #828282. Windows color (decimal): -112782 or 7489534. OLE color: 7489534.

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

Color convert

RGB 254 71 114 -
CMYK 0 0.72 0.55 0.00
HSL 345.9º 0.99% 0.64% -
HSV(B) 345.9º 0.72% 1% -
XYZ 46.16 26.79 18.66 -
YUV 130.62 118.63 216 -
System Red Green Blue C M Y K H S L
Decimal 254 71 114 0 0.72 0.55 0.00 345.9 0.99 0.64
Hex FE 47 72 0 48 37 0 15A 63 40
Octal 376 107 162 0 110 67 0 532 143 100
Binary 11111110 1000111 1110010 0 1001000 110111 0 101011010 1100011 1000000

Color Harmonies of #FE4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4772

Black with #FE4772

Text Example


Text Example

White with #FE4772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4772; }

 p { color: rgb(254,71,114); }

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

background-color css

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

 a { background-color: rgb(254,71,114); }

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

border-color css

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

 span { border-color: rgb(254,71,114); }

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