Html Css Color HEX #FE6970 Wild Watermelon

📋 copy color: '#FE6970'

red 254 ◦ green 105 ◦ blue 112

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

Shades of Wild Watermelon #FE6970

Tints of Wild Watermelon #FE6970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.29%

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

R = 53.93%
G = 22.29%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE6970 (or 0xFE6970) is known color: Wild Watermelon. HEX triplet: FE, 69 and 70. RGB value is (254,105,112). Sum of RGB (Red+Green+Blue) = 254+105+112=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6970 is #01968F. Grayscale: #969696. Windows color (decimal): -104080 or 7367166. OLE color: 7367166.

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

Color convert

RGB 254 105 112 -
CMYK 0 0.59 0.56 0.00
HSL 357.18º 0.99% 0.7% -
HSV(B) 357.18º 0.59% 1% -
XYZ 48.85 32.34 19 -
YUV 150.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 254 105 112 0 0.59 0.56 0.00 357.18 0.99 0.7
Hex FE 69 70 0 3B 38 0 165 63 46
Octal 376 151 160 0 73 70 0 545 143 106
Binary 11111110 1101001 1110000 0 111011 111000 0 101100101 1100011 1000110

Color Harmonies of #FE6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6970

Black with #FE6970

Text Example


Text Example

White with #FE6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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