Html Css Color HEX #FF507B Wild Watermelon

📋 copy color: '#FF507B'

red 255 ◦ green 80 ◦ blue 123

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

Shades of Wild Watermelon #FF507B

Tints of Wild Watermelon #FF507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 55.68%
G = 17.47%
B = 26.86%

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

#FF507B (or 0xFF507B) is known color: Wild Watermelon. HEX triplet: FF, 50 and 7B. RGB value is (255,80,123). Sum of RGB (Red+Green+Blue) = 255+80+123=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF507B is #00AF84. Grayscale: #898989. Windows color (decimal): -44933 or 8081663. OLE color: 8081663.

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

Color convert

RGB 255 80 123 -
CMYK 0 0.69 0.52 0
HSL 345.26º 1% 0.66% -
HSV(B) 345.26º 0.69% 1% -
XYZ 47.68 28.43 21.71 -
YUV 137.23 119.98 212 -
System Red Green Blue C M Y K H S L
Decimal 255 80 123 0 0.69 0.52 0 345.26 1 0.66
Hex FF 50 7B 0 45 34 0 159 64 42
Octal 377 120 173 0 105 64 0 531 144 102
Binary 11111111 1010000 1111011 0 1000101 110100 0 101011001 1100100 1000010

Color Harmonies of #FF507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF507B

Black with #FF507B

Text Example


Text Example

White with #FF507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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