#FE6970

Color #FE6970 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FE6970

Tints of Wild Watermelon #FE6970

Color information

#FE6970 (or 0xFE6970) is unknown color: approx 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

RGB254105112-
CMYK00.590.560.00
HSL357.18º98.68%70.39%-
HSV(B)357.18º58.66%99.61%-
XYZ48.8532.3419-
YUV150.35106.36201.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410511200.590.560.00357.1898.6870.39
HexFE697003B3801656346
Octal376151160073700545143106
Binary11111110110100111100000111011111000010110010111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>