Html Css Color HEX #FE5170 Wild Watermelon

📋 copy color: '#FE5170'

red 254 ◦ green 81 ◦ blue 112

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

Shades of Wild Watermelon #FE5170

Tints of Wild Watermelon #FE5170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.12%

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

R = 56.82%
G = 18.12%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE5170 (or 0xFE5170) is known color: Wild Watermelon. HEX triplet: FE, 51 and 70. RGB value is (254,81,112). Sum of RGB (Red+Green+Blue) = 254+81+112=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5170 is #01AE8F. Grayscale: #888888. Windows color (decimal): -110224 or 7361022. OLE color: 7361022.

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

Color convert

RGB 254 81 112 -
CMYK 0 0.68 0.56 0.00
HSL 349.25º 0.99% 0.66% -
HSV(B) 349.25º 0.68% 1% -
XYZ 46.74 28.13 18.29 -
YUV 136.26 114.31 211.98 -
System Red Green Blue C M Y K H S L
Decimal 254 81 112 0 0.68 0.56 0.00 349.25 0.99 0.66
Hex FE 51 70 0 44 38 0 15D 63 42
Octal 376 121 160 0 104 70 0 535 143 102
Binary 11111110 1010001 1110000 0 1000100 111000 0 101011101 1100011 1000010

Color Harmonies of #FE5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5170

Black with #FE5170

Text Example


Text Example

White with #FE5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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