Html Css Color HEX #FE4970 Wild Watermelon

📋 copy color: '#FE4970'

red 254 ◦ green 73 ◦ blue 112

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

Shades of Wild Watermelon #FE4970

Tints of Wild Watermelon #FE4970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.63%

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

R = 57.86%
G = 16.63%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE4970 (or 0xFE4970) is known color: Wild Watermelon. HEX triplet: FE, 49 and 70. RGB value is (254,73,112). Sum of RGB (Red+Green+Blue) = 254+73+112=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4970 is #01B68F. Grayscale: #838383. Windows color (decimal): -112272 or 7358974. OLE color: 7358974.

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

Color convert

RGB 254 73 112 -
CMYK 0 0.71 0.56 0.00
HSL 347.07º 0.99% 0.64% -
HSV(B) 347.07º 0.71% 1% -
XYZ 46.18 27.01 18.11 -
YUV 131.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 254 73 112 0 0.71 0.56 0.00 347.07 0.99 0.64
Hex FE 49 70 0 47 38 0 15B 63 40
Octal 376 111 160 0 107 70 0 533 143 100
Binary 11111110 1001001 1110000 0 1000111 111000 0 101011011 1100011 1000000

Color Harmonies of #FE4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4970

Black with #FE4970

Text Example


Text Example

White with #FE4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4970; }

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

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

background-color css

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

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

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

border-color css

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

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

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