Html Css Color HEX #FD507C Wild Watermelon

📋 copy color: '#FD507C'

red 253 ◦ green 80 ◦ blue 124

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

Shades of Wild Watermelon #FD507C

Tints of Wild Watermelon #FD507C

RGB

 RED value IS 253 (99.22% from 255) = 55.36%

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

 BLUE value IS 124 (48.83% from 255) = 27.13%

R = 55.36%
G = 17.51%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD507C (or 0xFD507C) is known color: Wild Watermelon. HEX triplet: FD, 50 and 7C. RGB value is (253,80,124). Sum of RGB (Red+Green+Blue) = 253+80+124=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD507C is #02AF83. Grayscale: #888888. Windows color (decimal): -176004 or 8147197. OLE color: 8147197.

HSL color Cylindrical-coordinate representation of color #FD507C: hue angle of 344.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD507C is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 124 -
CMYK 0 0.68 0.51 0.01
HSL 344.74º 0.98% 0.65% -
HSV(B) 344.74º 0.68% 0.99% -
XYZ 47.01 28.08 22.01 -
YUV 136.74 120.81 210.92 -
System Red Green Blue C M Y K H S L
Decimal 253 80 124 0 0.68 0.51 0.01 344.74 0.98 0.65
Hex FD 50 7C 0 44 33 1 159 62 41
Octal 375 120 174 0 104 63 1 531 142 101
Binary 11111101 1010000 1111100 0 1000100 110011 1 101011001 1100010 1000001

Color Harmonies of #FD507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD507C

Black with #FD507C

Text Example


Text Example

White with #FD507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD507C; }

 p { color: rgb(253,80,124); }

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

background-color css

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

 a { background-color: rgb(253,80,124); }

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

border-color css

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

 span { border-color: rgb(253,80,124); }

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