Html Css Color HEX #FE507C Wild Watermelon

📋 copy color: '#FE507C'

red 254 ◦ green 80 ◦ blue 124

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

Shades of Wild Watermelon #FE507C

Tints of Wild Watermelon #FE507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 55.46%
G = 17.47%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE507C (or 0xFE507C) is known color: Wild Watermelon. HEX triplet: FE, 50 and 7C. RGB value is (254,80,124). Sum of RGB (Red+Green+Blue) = 254+80+124=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE507C is #01AF83. Grayscale: #898989. Windows color (decimal): -110468 or 8147198. OLE color: 8147198.

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

Color convert

RGB 254 80 124 -
CMYK 0 0.69 0.51 0.00
HSL 344.83º 0.99% 0.65% -
HSV(B) 344.83º 0.69% 1% -
XYZ 47.38 28.26 22.03 -
YUV 137.04 120.65 211.42 -
System Red Green Blue C M Y K H S L
Decimal 254 80 124 0 0.69 0.51 0.00 344.83 0.99 0.65
Hex FE 50 7C 0 45 33 0 159 63 41
Octal 376 120 174 0 105 63 0 531 143 101
Binary 11111110 1010000 1111100 0 1000101 110011 0 101011001 1100011 1000001

Color Harmonies of #FE507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE507C

Black with #FE507C

Text Example


Text Example

White with #FE507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE507C; }

 p { color: rgb(254,80,124); }

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

background-color css

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

 a { background-color: rgb(254,80,124); }

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

border-color css

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

 span { border-color: rgb(254,80,124); }

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