Html Css Color HEX #FE5975 Wild Watermelon

📋 copy color: '#FE5975'

red 254 ◦ green 89 ◦ blue 117

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

Shades of Wild Watermelon #FE5975

Tints of Wild Watermelon #FE5975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.35%

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

R = 55.22%
G = 19.35%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE5975 (or 0xFE5975) is known color: Wild Watermelon. HEX triplet: FE, 59 and 75. RGB value is (254,89,117). Sum of RGB (Red+Green+Blue) = 254+89+117=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5975 is #01A68A. Grayscale: #8D8D8D. Windows color (decimal): -108171 or 7690750. OLE color: 7690750.

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

Color convert

RGB 254 89 117 -
CMYK 0 0.65 0.54 0.00
HSL 349.82º 0.99% 0.67% -
HSV(B) 349.82º 0.65% 1% -
XYZ 47.66 29.5 20.01 -
YUV 141.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 254 89 117 0 0.65 0.54 0.00 349.82 0.99 0.67
Hex FE 59 75 0 41 36 0 15E 63 43
Octal 376 131 165 0 101 66 0 536 143 103
Binary 11111110 1011001 1110101 0 1000001 110110 0 101011110 1100011 1000011

Color Harmonies of #FE5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5975

Black with #FE5975

Text Example


Text Example

White with #FE5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5975; }

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

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

background-color css

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

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

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

border-color css

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

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

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