Html Css Color HEX #FF506F Wild Watermelon

📋 copy color: '#FF506F'

red 255 ◦ green 80 ◦ blue 111

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

Shades of Wild Watermelon #FF506F

Tints of Wild Watermelon #FF506F

RGB

 RED value IS 255 (100% from 255) = 57.17%

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

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

R = 57.17%
G = 17.94%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF506F (or 0xFF506F) is known color: Wild Watermelon. HEX triplet: FF, 50 and 6F. RGB value is (255,80,111). Sum of RGB (Red+Green+Blue) = 255+80+111=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF506F is #00AF90. Grayscale: #878787. Windows color (decimal): -44945 or 7295231. OLE color: 7295231.

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

Color convert

RGB 255 80 111 -
CMYK 0 0.69 0.56 0
HSL 349.37º 1% 0.66% -
HSV(B) 349.37º 0.69% 1% -
XYZ 46.98 28.15 18 -
YUV 135.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 255 80 111 0 0.69 0.56 0 349.37 1 0.66
Hex FF 50 6F 0 45 38 0 15D 64 42
Octal 377 120 157 0 105 70 0 535 144 102
Binary 11111111 1010000 1101111 0 1000101 111000 0 101011101 1100100 1000010

Color Harmonies of #FF506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF506F

Black with #FF506F

Text Example


Text Example

White with #FF506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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