Html Css Color HEX #FE507A Wild Watermelon

📋 copy color: '#FE507A'

red 254 ◦ green 80 ◦ blue 122

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

Shades of Wild Watermelon #FE507A

Tints of Wild Watermelon #FE507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.75%

R = 55.7%
G = 17.54%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE507A (or 0xFE507A) is known color: Wild Watermelon. HEX triplet: FE, 50 and 7A. RGB value is (254,80,122). Sum of RGB (Red+Green+Blue) = 254+80+122=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE507A is #01AF85. Grayscale: #888888. Windows color (decimal): -110470 or 8016126. OLE color: 8016126.

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

Color convert

RGB 254 80 122 -
CMYK 0 0.69 0.52 0.00
HSL 345.52º 0.99% 0.65% -
HSV(B) 345.52º 0.69% 1% -
XYZ 47.25 28.21 21.37 -
YUV 136.81 119.65 211.58 -
System Red Green Blue C M Y K H S L
Decimal 254 80 122 0 0.69 0.52 0.00 345.52 0.99 0.65
Hex FE 50 7A 0 45 34 0 15A 63 41
Octal 376 120 172 0 105 64 0 532 143 101
Binary 11111110 1010000 1111010 0 1000101 110100 0 101011010 1100011 1000001

Color Harmonies of #FE507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE507A

Black with #FE507A

Text Example


Text Example

White with #FE507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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