Html Css Color HEX #FF506B Wild Watermelon

📋 copy color: '#FF506B'

red 255 ◦ green 80 ◦ blue 107

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

Shades of Wild Watermelon #FF506B

Tints of Wild Watermelon #FF506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 57.69%
G = 18.1%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF506B (or 0xFF506B) is known color: Wild Watermelon. HEX triplet: FF, 50 and 6B. RGB value is (255,80,107). Sum of RGB (Red+Green+Blue) = 255+80+107=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF506B is #00AF94. Grayscale: #878787. Windows color (decimal): -44949 or 7033087. OLE color: 7033087.

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

Color convert

RGB 255 80 107 -
CMYK 0 0.69 0.58 0
HSL 350.74º 1% 0.66% -
HSV(B) 350.74º 0.69% 1% -
XYZ 46.76 28.06 16.86 -
YUV 135.4 111.98 213.3 -
System Red Green Blue C M Y K H S L
Decimal 255 80 107 0 0.69 0.58 0 350.74 1 0.66
Hex FF 50 6B 0 45 3A 0 15F 64 42
Octal 377 120 153 0 105 72 0 537 144 102
Binary 11111111 1010000 1101011 0 1000101 111010 0 101011111 1100100 1000010

Color Harmonies of #FF506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF506B

Black with #FF506B

Text Example


Text Example

White with #FF506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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