Html Css Color HEX #FE4D75 Wild Watermelon

📋 copy color: '#FE4D75'

red 254 ◦ green 77 ◦ blue 117

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

Shades of Wild Watermelon #FE4D75

Tints of Wild Watermelon #FE4D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 56.7%
G = 17.19%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE4D75 (or 0xFE4D75) is known color: Wild Watermelon. HEX triplet: FE, 4D and 75. RGB value is (254,77,117). Sum of RGB (Red+Green+Blue) = 254+77+117=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE4D75 is #01B28A. Grayscale: #868686. Windows color (decimal): -111243 or 7687678. OLE color: 7687678.

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

Color convert

RGB 254 77 117 -
CMYK 0 0.70 0.54 0.00
HSL 346.44º 0.99% 0.65% -
HSV(B) 346.44º 0.7% 1% -
XYZ 46.74 27.66 19.71 -
YUV 134.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 254 77 117 0 0.70 0.54 0.00 346.44 0.99 0.65
Hex FE 4D 75 0 46 36 0 15A 63 41
Octal 376 115 165 0 106 66 0 532 143 101
Binary 11111110 1001101 1110101 0 1000110 110110 0 101011010 1100011 1000001

Color Harmonies of #FE4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4D75

Black with #FE4D75

Text Example


Text Example

White with #FE4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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