Html Css Color HEX #FE6170 Wild Watermelon

📋 copy color: '#FE6170'

red 254 ◦ green 97 ◦ blue 112

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

Shades of Wild Watermelon #FE6170

Tints of Wild Watermelon #FE6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.95%

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

R = 54.86%
G = 20.95%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE6170 (or 0xFE6170) is known color: Wild Watermelon. HEX triplet: FE, 61 and 70. RGB value is (254,97,112). Sum of RGB (Red+Green+Blue) = 254+97+112=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6170 is #019E8F. Grayscale: #919191. Windows color (decimal): -106128 or 7365118. OLE color: 7365118.

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

Color convert

RGB 254 97 112 -
CMYK 0 0.62 0.56 0.00
HSL 354.27º 0.99% 0.69% -
HSV(B) 354.27º 0.62% 1% -
XYZ 48.07 30.79 18.74 -
YUV 145.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 254 97 112 0 0.62 0.56 0.00 354.27 0.99 0.69
Hex FE 61 70 0 3E 38 0 162 63 45
Octal 376 141 160 0 76 70 0 542 143 105
Binary 11111110 1100001 1110000 0 111110 111000 0 101100010 1100011 1000101

Color Harmonies of #FE6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6170

Black with #FE6170

Text Example


Text Example

White with #FE6170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6170; }

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

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

background-color css

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

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

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

border-color css

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

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

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