Html Css Color HEX #FE6972 Wild Watermelon

📋 copy color: '#FE6972'

red 254 ◦ green 105 ◦ blue 114

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

Shades of Wild Watermelon #FE6972

Tints of Wild Watermelon #FE6972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.1%

R = 53.7%
G = 22.2%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE6972 (or 0xFE6972) is known color: Wild Watermelon. HEX triplet: FE, 69 and 72. RGB value is (254,105,114). Sum of RGB (Red+Green+Blue) = 254+105+114=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6972 is #01968D. Grayscale: #969696. Windows color (decimal): -104078 or 7498238. OLE color: 7498238.

HSL color Cylindrical-coordinate representation of color #FE6972: hue angle of 356.38º 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 #FE6972 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 105 114 -
CMYK 0 0.59 0.55 0.00
HSL 356.38º 0.99% 0.7% -
HSV(B) 356.38º 0.59% 1% -
XYZ 48.96 32.39 19.59 -
YUV 150.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 254 105 114 0 0.59 0.55 0.00 356.38 0.99 0.7
Hex FE 69 72 0 3B 37 0 164 63 46
Octal 376 151 162 0 73 67 0 544 143 106
Binary 11111110 1101001 1110010 0 111011 110111 0 101100100 1100011 1000110

Color Harmonies of #FE6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6972

Black with #FE6972

Text Example


Text Example

White with #FE6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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