Html Css Color HEX #FE4672 Wild Watermelon

📋 copy color: '#FE4672'

red 254 ◦ green 70 ◦ blue 114

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

Shades of Wild Watermelon #FE4672

Tints of Wild Watermelon #FE4672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

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

R = 57.99%
G = 15.98%
B = 26.03%

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

#FE4672 (or 0xFE4672) is known color: Wild Watermelon. HEX triplet: FE, 46 and 72. RGB value is (254,70,114). Sum of RGB (Red+Green+Blue) = 254+70+114=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4672 is #01B98D. Grayscale: #828282. Windows color (decimal): -113038 or 7489278. OLE color: 7489278.

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

Color convert

RGB 254 70 114 -
CMYK 0 0.72 0.55 0.00
HSL 345.65º 0.99% 0.64% -
HSV(B) 345.65º 0.72% 1% -
XYZ 46.1 26.67 18.64 -
YUV 130.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 254 70 114 0 0.72 0.55 0.00 345.65 0.99 0.64
Hex FE 46 72 0 48 37 0 15A 63 40
Octal 376 106 162 0 110 67 0 532 143 100
Binary 11111110 1000110 1110010 0 1001000 110111 0 101011010 1100011 1000000

Color Harmonies of #FE4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4672

Black with #FE4672

Text Example


Text Example

White with #FE4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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