Html Css Color HEX #FF507A Wild Watermelon

📋 copy color: '#FF507A'

red 255 ◦ green 80 ◦ blue 122

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

Shades of Wild Watermelon #FF507A

Tints of Wild Watermelon #FF507A

RGB

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

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

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

R = 55.8%
G = 17.51%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF507A (or 0xFF507A) is known color: Wild Watermelon. HEX triplet: FF, 50 and 7A. RGB value is (255,80,122). Sum of RGB (Red+Green+Blue) = 255+80+122=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF507A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF507A is #00AF85. Grayscale: #898989. Windows color (decimal): -44934 or 8016127. OLE color: 8016127.

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

Color convert

RGB 255 80 122 -
CMYK 0 0.69 0.52 0
HSL 345.6º 1% 0.66% -
HSV(B) 345.6º 0.69% 1% -
XYZ 47.62 28.4 21.38 -
YUV 137.11 119.48 212.08 -
System Red Green Blue C M Y K H S L
Decimal 255 80 122 0 0.69 0.52 0 345.6 1 0.66
Hex FF 50 7A 0 45 34 0 15A 64 42
Octal 377 120 172 0 105 64 0 532 144 102
Binary 11111111 1010000 1111010 0 1000101 110100 0 101011010 1100100 1000010

Color Harmonies of #FF507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF507A

Black with #FF507A

Text Example


Text Example

White with #FF507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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