Html Css Color HEX #FE507E Wild Watermelon

📋 copy color: '#FE507E'

red 254 ◦ green 80 ◦ blue 126

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

Shades of Wild Watermelon #FE507E

Tints of Wild Watermelon #FE507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.39%

R = 55.22%
G = 17.39%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE507E (or 0xFE507E) is known color: Wild Watermelon. HEX triplet: FE, 50 and 7E. RGB value is (254,80,126). Sum of RGB (Red+Green+Blue) = 254+80+126=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE507E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE507E is #01AF81. Grayscale: #898989. Windows color (decimal): -110466 or 8278270. OLE color: 8278270.

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

Color convert

RGB 254 80 126 -
CMYK 0 0.69 0.50 0.00
HSL 344.14º 0.99% 0.65% -
HSV(B) 344.14º 0.69% 1% -
XYZ 47.51 28.31 22.7 -
YUV 137.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 254 80 126 0 0.69 0.50 0.00 344.14 0.99 0.65
Hex FE 50 7E 0 45 32 0 158 63 41
Octal 376 120 176 0 105 62 0 530 143 101
Binary 11111110 1010000 1111110 0 1000101 110010 0 101011000 1100011 1000001

Color Harmonies of #FE507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE507E

Black with #FE507E

Text Example


Text Example

White with #FE507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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