Html Css Color HEX #FE506F Wild Watermelon

📋 copy color: '#FE506F'

red 254 ◦ green 80 ◦ blue 111

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

Shades of Wild Watermelon #FE506F

Tints of Wild Watermelon #FE506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 57.08%
G = 17.98%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE506F (or 0xFE506F) is known color: Wild Watermelon. HEX triplet: FE, 50 and 6F. RGB value is (254,80,111). Sum of RGB (Red+Green+Blue) = 254+80+111=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE506F is #01AF90. Grayscale: #878787. Windows color (decimal): -110481 or 7295230. OLE color: 7295230.

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

Color convert

RGB 254 80 111 -
CMYK 0 0.69 0.56 0.00
HSL 349.31º 0.99% 0.65% -
HSV(B) 349.31º 0.69% 1% -
XYZ 46.61 27.96 17.98 -
YUV 135.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 254 80 111 0 0.69 0.56 0.00 349.31 0.99 0.65
Hex FE 50 6F 0 45 38 0 15D 63 41
Octal 376 120 157 0 105 70 0 535 143 101
Binary 11111110 1010000 1101111 0 1000101 111000 0 101011101 1100011 1000001

Color Harmonies of #FE506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE506F

Black with #FE506F

Text Example


Text Example

White with #FE506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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