Html Css Color HEX #FE5671 Wild Watermelon

📋 copy color: '#FE5671'

red 254 ◦ green 86 ◦ blue 113

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

Shades of Wild Watermelon #FE5671

Tints of Wild Watermelon #FE5671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.94%

R = 56.07%
G = 18.98%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE5671 (or 0xFE5671) is known color: Wild Watermelon. HEX triplet: FE, 56 and 71. RGB value is (254,86,113). Sum of RGB (Red+Green+Blue) = 254+86+113=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5671 is #01A98E. Grayscale: #8B8B8B. Windows color (decimal): -108943 or 7427838. OLE color: 7427838.

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

Color convert

RGB 254 86 113 -
CMYK 0 0.66 0.56 0.00
HSL 350.36º 0.99% 0.67% -
HSV(B) 350.36º 0.66% 1% -
XYZ 47.18 28.92 18.72 -
YUV 139.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 254 86 113 0 0.66 0.56 0.00 350.36 0.99 0.67
Hex FE 56 71 0 42 38 0 15E 63 43
Octal 376 126 161 0 102 70 0 536 143 103
Binary 11111110 1010110 1110001 0 1000010 111000 0 101011110 1100011 1000011

Color Harmonies of #FE5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5671

Black with #FE5671

Text Example


Text Example

White with #FE5671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5671; }

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

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

background-color css

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

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

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

border-color css

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

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

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