Html Css Color HEX #FE5672 Wild Watermelon

📋 copy color: '#FE5672'

red 254 ◦ green 86 ◦ blue 114

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

Shades of Wild Watermelon #FE5672

Tints of Wild Watermelon #FE5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.94%

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

R = 55.95%
G = 18.94%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE5672 (or 0xFE5672) is known color: Wild Watermelon. HEX triplet: FE, 56 and 72. RGB value is (254,86,114). Sum of RGB (Red+Green+Blue) = 254+86+114=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5672 is #01A98D. Grayscale: #8B8B8B. Windows color (decimal): -108942 or 7493374. OLE color: 7493374.

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

Color convert

RGB 254 86 114 -
CMYK 0 0.66 0.55 0.00
HSL 350º 0.99% 0.67% -
HSV(B) 350º 0.66% 1% -
XYZ 47.24 28.94 19.02 -
YUV 139.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 254 86 114 0 0.66 0.55 0.00 350 0.99 0.67
Hex FE 56 72 0 42 37 0 15E 63 43
Octal 376 126 162 0 102 67 0 536 143 103
Binary 11111110 1010110 1110010 0 1000010 110111 0 101011110 1100011 1000011

Color Harmonies of #FE5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5672

Black with #FE5672

Text Example


Text Example

White with #FE5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5672; }

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

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

background-color css

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

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

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

border-color css

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

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

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