Html Css Color HEX #FE585D Wild Watermelon

📋 copy color: '#FE585D'

red 254 ◦ green 88 ◦ blue 93

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

Shades of Wild Watermelon #FE585D

Tints of Wild Watermelon #FE585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.23%

 BLUE value IS 93 (36.72% from 255) = 21.38%

R = 58.39%
G = 20.23%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE585D (or 0xFE585D) is known color: Wild Watermelon. HEX triplet: FE, 58 and 5D. RGB value is (254,88,93). Sum of RGB (Red+Green+Blue) = 254+88+93=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE585D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE585D is #01A7A2. Grayscale: #8A8A8A. Windows color (decimal): -108451 or 6117630. OLE color: 6117630.

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

Color convert

RGB 254 88 93 -
CMYK 0 0.65 0.63 0.00
HSL 358.19º 0.99% 0.67% -
HSV(B) 358.19º 0.65% 1% -
XYZ 46.34 28.84 13.48 -
YUV 138.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 254 88 93 0 0.65 0.63 0.00 358.19 0.99 0.67
Hex FE 58 5D 0 41 3F 0 166 63 43
Octal 376 130 135 0 101 77 0 546 143 103
Binary 11111110 1011000 1011101 0 1000001 111111 0 101100110 1100011 1000011

Color Harmonies of #FE585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE585D

Black with #FE585D

Text Example


Text Example

White with #FE585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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