Html Css Color HEX #FE537D Wild Watermelon

📋 copy color: '#FE537D'

red 254 ◦ green 83 ◦ blue 125

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

Shades of Wild Watermelon #FE537D

Tints of Wild Watermelon #FE537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.97%

 BLUE value IS 125 (49.22% from 255) = 27.06%

R = 54.98%
G = 17.97%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE537D (or 0xFE537D) is known color: Wild Watermelon. HEX triplet: FE, 53 and 7D. RGB value is (254,83,125). Sum of RGB (Red+Green+Blue) = 254+83+125=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE537D is #01AC82. Grayscale: #8A8A8A. Windows color (decimal): -109699 or 8213502. OLE color: 8213502.

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

Color convert

RGB 254 83 125 -
CMYK 0 0.67 0.51 0.00
HSL 345.26º 0.99% 0.66% -
HSV(B) 345.26º 0.67% 1% -
XYZ 47.67 28.74 22.44 -
YUV 138.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 254 83 125 0 0.67 0.51 0.00 345.26 0.99 0.66
Hex FE 53 7D 0 43 33 0 159 63 42
Octal 376 123 175 0 103 63 0 531 143 102
Binary 11111110 1010011 1111101 0 1000011 110011 0 101011001 1100011 1000010

Color Harmonies of #FE537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE537D

Black with #FE537D

Text Example


Text Example

White with #FE537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE537D; }

 p { color: rgb(254,83,125); }

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

background-color css

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

 a { background-color: rgb(254,83,125); }

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

border-color css

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

 span { border-color: rgb(254,83,125); }

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