Html Css Color HEX #FD507D Wild Watermelon

📋 copy color: '#FD507D'

red 253 ◦ green 80 ◦ blue 125

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

Shades of Wild Watermelon #FD507D

Tints of Wild Watermelon #FD507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 55.24%
G = 17.47%
B = 27.29%

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

#FD507D (or 0xFD507D) is known color: Wild Watermelon. HEX triplet: FD, 50 and 7D. RGB value is (253,80,125). Sum of RGB (Red+Green+Blue) = 253+80+125=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD507D is #02AF82. Grayscale: #888888. Windows color (decimal): -176003 or 8212733. OLE color: 8212733.

HSL color Cylindrical-coordinate representation of color #FD507D: hue angle of 344.39º 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 #FD507D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 80 125 -
CMYK 0 0.68 0.51 0.01
HSL 344.39º 0.98% 0.65% -
HSV(B) 344.39º 0.68% 0.99% -
XYZ 47.08 28.1 22.34 -
YUV 136.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 253 80 125 0 0.68 0.51 0.01 344.39 0.98 0.65
Hex FD 50 7D 0 44 33 1 158 62 41
Octal 375 120 175 0 104 63 1 530 142 101
Binary 11111101 1010000 1111101 0 1000100 110011 1 101011000 1100010 1000001

Color Harmonies of #FD507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD507D

Black with #FD507D

Text Example


Text Example

White with #FD507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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