Html Css Color HEX #FF507F Wild Watermelon

📋 copy color: '#FF507F'

red 255 ◦ green 80 ◦ blue 127

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

Shades of Wild Watermelon #FF507F

Tints of Wild Watermelon #FF507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 55.19%
G = 17.32%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF507F (or 0xFF507F) is known color: Wild Watermelon. HEX triplet: FF, 50 and 7F. RGB value is (255,80,127). Sum of RGB (Red+Green+Blue) = 255+80+127=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF507F is #00AF80. Grayscale: #898989. Windows color (decimal): -44929 or 8343807. OLE color: 8343807.

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

Color convert

RGB 255 80 127 -
CMYK 0 0.69 0.50 0
HSL 343.89º 1% 0.66% -
HSV(B) 343.89º 0.69% 1% -
XYZ 47.94 28.53 23.06 -
YUV 137.68 121.98 211.68 -
System Red Green Blue C M Y K H S L
Decimal 255 80 127 0 0.69 0.50 0 343.89 1 0.66
Hex FF 50 7F 0 45 32 0 158 64 42
Octal 377 120 177 0 105 62 0 530 144 102
Binary 11111111 1010000 1111111 0 1000101 110010 0 101011000 1100100 1000010

Color Harmonies of #FF507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF507F

Black with #FF507F

Text Example


Text Example

White with #FF507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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