Html Css Color HEX #FE4770 Wild Watermelon

📋 copy color: '#FE4770'

red 254 ◦ green 71 ◦ blue 112

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

Shades of Wild Watermelon #FE4770

Tints of Wild Watermelon #FE4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.25%

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

R = 58.12%
G = 16.25%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE4770 (or 0xFE4770) is known color: Wild Watermelon. HEX triplet: FE, 47 and 70. RGB value is (254,71,112). Sum of RGB (Red+Green+Blue) = 254+71+112=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4770 is #01B88F. Grayscale: #828282. Windows color (decimal): -112784 or 7358462. OLE color: 7358462.

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

Color convert

RGB 254 71 112 -
CMYK 0 0.72 0.56 0.00
HSL 346.56º 0.99% 0.64% -
HSV(B) 346.56º 0.72% 1% -
XYZ 46.05 26.75 18.06 -
YUV 130.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 254 71 112 0 0.72 0.56 0.00 346.56 0.99 0.64
Hex FE 47 70 0 48 38 0 15B 63 40
Octal 376 107 160 0 110 70 0 533 143 100
Binary 11111110 1000111 1110000 0 1001000 111000 0 101011011 1100011 1000000

Color Harmonies of #FE4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4770

Black with #FE4770

Text Example


Text Example

White with #FE4770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4770; }

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

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

background-color css

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

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

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

border-color css

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

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

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