Html Css Color HEX #FE5670 Wild Watermelon

📋 copy color: '#FE5670'

red 254 ◦ green 86 ◦ blue 112

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

Shades of Wild Watermelon #FE5670

Tints of Wild Watermelon #FE5670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.78%

R = 56.19%
G = 19.03%
B = 24.78%

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

#FE5670 (or 0xFE5670) is known color: Wild Watermelon. HEX triplet: FE, 56 and 70. RGB value is (254,86,112). Sum of RGB (Red+Green+Blue) = 254+86+112=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5670 is #01A98F. Grayscale: #8B8B8B. Windows color (decimal): -108944 or 7362302. OLE color: 7362302.

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

Color convert

RGB 254 86 112 -
CMYK 0 0.66 0.56 0.00
HSL 350.71º 0.99% 0.67% -
HSV(B) 350.71º 0.66% 1% -
XYZ 47.13 28.9 18.42 -
YUV 139.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 254 86 112 0 0.66 0.56 0.00 350.71 0.99 0.67
Hex FE 56 70 0 42 38 0 15F 63 43
Octal 376 126 160 0 102 70 0 537 143 103
Binary 11111110 1010110 1110000 0 1000010 111000 0 101011111 1100011 1000011

Color Harmonies of #FE5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5670

Black with #FE5670

Text Example


Text Example

White with #FE5670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5670; }

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

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

background-color css

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

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

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

border-color css

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

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

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