Html Css Color HEX #FE4D7C Wild Watermelon

📋 copy color: '#FE4D7C'

red 254 ◦ green 77 ◦ blue 124

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

Shades of Wild Watermelon #FE4D7C

Tints of Wild Watermelon #FE4D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.92%

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 55.82%
G = 16.92%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE4D7C (or 0xFE4D7C) is known color: Wild Watermelon. HEX triplet: FE, 4D and 7C. RGB value is (254,77,124). Sum of RGB (Red+Green+Blue) = 254+77+124=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D7C is #01B283. Grayscale: #878787. Windows color (decimal): -111236 or 8146430. OLE color: 8146430.

HSL color Cylindrical-coordinate representation of color #FE4D7C: hue angle of 344.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4D7C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 77 124 -
CMYK 0 0.70 0.51 0.00
HSL 344.07º 0.99% 0.65% -
HSV(B) 344.07º 0.7% 1% -
XYZ 47.17 27.83 21.96 -
YUV 135.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 254 77 124 0 0.70 0.51 0.00 344.07 0.99 0.65
Hex FE 4D 7C 0 46 33 0 158 63 41
Octal 376 115 174 0 106 63 0 530 143 101
Binary 11111110 1001101 1111100 0 1000110 110011 0 101011000 1100011 1000001

Color Harmonies of #FE4D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D7C

Black with #FE4D7C

Text Example


Text Example

White with #FE4D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D7C; }

 p { color: rgb(254,77,124); }

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

background-color css

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

 a { background-color: rgb(254,77,124); }

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

border-color css

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

 span { border-color: rgb(254,77,124); }

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