Html Css Color HEX #FE6D70 Wild Watermelon

📋 copy color: '#FE6D70'

red 254 ◦ green 109 ◦ blue 112

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

Shades of Wild Watermelon #FE6D70

Tints of Wild Watermelon #FE6D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.95%

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

R = 53.47%
G = 22.95%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE6D70 (or 0xFE6D70) is known color: Wild Watermelon. HEX triplet: FE, 6D and 70. RGB value is (254,109,112). Sum of RGB (Red+Green+Blue) = 254+109+112=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6D70 is #01928F. Grayscale: #989898. Windows color (decimal): -103056 or 7368190. OLE color: 7368190.

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

Color convert

RGB 254 109 112 -
CMYK 0 0.57 0.56 0.00
HSL 358.76º 0.99% 0.71% -
HSV(B) 358.76º 0.57% 1% -
XYZ 49.27 33.18 19.14 -
YUV 152.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 254 109 112 0 0.57 0.56 0.00 358.76 0.99 0.71
Hex FE 6D 70 0 39 38 0 167 63 47
Octal 376 155 160 0 71 70 0 547 143 107
Binary 11111110 1101101 1110000 0 111001 111000 0 101100111 1100011 1000111

Color Harmonies of #FE6D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D70

Black with #FE6D70

Text Example


Text Example

White with #FE6D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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