Html Css Color HEX #FE537F Wild Watermelon

📋 copy color: '#FE537F'

red 254 ◦ green 83 ◦ blue 127

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

Shades of Wild Watermelon #FE537F

Tints of Wild Watermelon #FE537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 54.74%
G = 17.89%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE537F (or 0xFE537F) is known color: Wild Watermelon. HEX triplet: FE, 53 and 7F. RGB value is (254,83,127). Sum of RGB (Red+Green+Blue) = 254+83+127=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE537F is #01AC80. Grayscale: #8B8B8B. Windows color (decimal): -109697 or 8344574. OLE color: 8344574.

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

Color convert

RGB 254 83 127 -
CMYK 0 0.67 0.50 0.00
HSL 344.56º 0.99% 0.66% -
HSV(B) 344.56º 0.67% 1% -
XYZ 47.8 28.79 23.12 -
YUV 139.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 254 83 127 0 0.67 0.50 0.00 344.56 0.99 0.66
Hex FE 53 7F 0 43 32 0 159 63 42
Octal 376 123 177 0 103 62 0 531 143 102
Binary 11111110 1010011 1111111 0 1000011 110010 0 101011001 1100011 1000010

Color Harmonies of #FE537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE537F

Black with #FE537F

Text Example


Text Example

White with #FE537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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