Html Css Color HEX #FE5D62 Wild Watermelon

📋 copy color: '#FE5D62'

red 254 ◦ green 93 ◦ blue 98

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

Shades of Wild Watermelon #FE5D62

Tints of Wild Watermelon #FE5D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.9%

 BLUE value IS 98 (38.67% from 255) = 22.02%

R = 57.08%
G = 20.9%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE5D62 (or 0xFE5D62) is known color: Wild Watermelon. HEX triplet: FE, 5D and 62. RGB value is (254,93,98). Sum of RGB (Red+Green+Blue) = 254+93+98=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5D62 is #01A29D. Grayscale: #8D8D8D. Windows color (decimal): -107166 or 6446590. OLE color: 6446590.

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

Color convert

RGB 254 93 98 -
CMYK 0 0.63 0.61 0.00
HSL 358.14º 0.99% 0.68% -
HSV(B) 358.14º 0.63% 1% -
XYZ 46.99 29.78 14.83 -
YUV 141.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 254 93 98 0 0.63 0.61 0.00 358.14 0.99 0.68
Hex FE 5D 62 0 3F 3D 0 166 63 44
Octal 376 135 142 0 77 75 0 546 143 104
Binary 11111110 1011101 1100010 0 111111 111101 0 101100110 1100011 1000100

Color Harmonies of #FE5D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D62

Black with #FE5D62

Text Example


Text Example

White with #FE5D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D62; }

 p { color: rgb(254,93,98); }

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

background-color css

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

 a { background-color: rgb(254,93,98); }

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

border-color css

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

 span { border-color: rgb(254,93,98); }

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