Html Css Color HEX #FE506A Wild Watermelon

📋 copy color: '#FE506A'

red 254 ◦ green 80 ◦ blue 106

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

Shades of Wild Watermelon #FE506A

Tints of Wild Watermelon #FE506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 57.73%
G = 18.18%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE506A (or 0xFE506A) is known color: Wild Watermelon. HEX triplet: FE, 50 and 6A. RGB value is (254,80,106). Sum of RGB (Red+Green+Blue) = 254+80+106=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE506A is #01AF95. Grayscale: #878787. Windows color (decimal): -110486 or 6967550. OLE color: 6967550.

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

Color convert

RGB 254 80 106 -
CMYK 0 0.69 0.58 0.00
HSL 351.03º 0.99% 0.65% -
HSV(B) 351.03º 0.69% 1% -
XYZ 46.34 27.85 16.57 -
YUV 134.99 111.65 212.89 -
System Red Green Blue C M Y K H S L
Decimal 254 80 106 0 0.69 0.58 0.00 351.03 0.99 0.65
Hex FE 50 6A 0 45 3A 0 15F 63 41
Octal 376 120 152 0 105 72 0 537 143 101
Binary 11111110 1010000 1101010 0 1000101 111010 0 101011111 1100011 1000001

Color Harmonies of #FE506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE506A

Black with #FE506A

Text Example


Text Example

White with #FE506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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