Html Css Color HEX #FE4870 Wild Watermelon

📋 copy color: '#FE4870'

red 254 ◦ green 72 ◦ blue 112

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

Shades of Wild Watermelon #FE4870

Tints of Wild Watermelon #FE4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.44%

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

R = 57.99%
G = 16.44%
B = 25.57%

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

#FE4870 (or 0xFE4870) is known color: Wild Watermelon. HEX triplet: FE, 48 and 70. RGB value is (254,72,112). Sum of RGB (Red+Green+Blue) = 254+72+112=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4870 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4870 is #01B78F. Grayscale: #838383. Windows color (decimal): -112528 or 7358718. OLE color: 7358718.

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

Color convert

RGB 254 72 112 -
CMYK 0 0.72 0.56 0.00
HSL 346.81º 0.99% 0.64% -
HSV(B) 346.81º 0.72% 1% -
XYZ 46.12 26.88 18.09 -
YUV 130.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 254 72 112 0 0.72 0.56 0.00 346.81 0.99 0.64
Hex FE 48 70 0 48 38 0 15B 63 40
Octal 376 110 160 0 110 70 0 533 143 100
Binary 11111110 1001000 1110000 0 1001000 111000 0 101011011 1100011 1000000

Color Harmonies of #FE4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4870

Black with #FE4870

Text Example


Text Example

White with #FE4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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