Html Css Color HEX #FD507F Wild Watermelon

📋 copy color: '#FD507F'

red 253 ◦ green 80 ◦ blue 127

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

Shades of Wild Watermelon #FD507F

Tints of Wild Watermelon #FD507F

RGB

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

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

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

R = 55%
G = 17.39%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FD507F (or 0xFD507F) is known color: Wild Watermelon. HEX triplet: FD, 50 and 7F. RGB value is (253,80,127). Sum of RGB (Red+Green+Blue) = 253+80+127=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD507F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD507F is #02AF80. Grayscale: #898989. Windows color (decimal): -176001 or 8343805. OLE color: 8343805.

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

Color convert

RGB 253 80 127 -
CMYK 0 0.68 0.50 0.01
HSL 343.7º 0.98% 0.65% -
HSV(B) 343.7º 0.68% 0.99% -
XYZ 47.21 28.15 23.02 -
YUV 137.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 253 80 127 0 0.68 0.50 0.01 343.7 0.98 0.65
Hex FD 50 7F 0 44 32 1 158 62 41
Octal 375 120 177 0 104 62 1 530 142 101
Binary 11111101 1010000 1111111 0 1000100 110010 1 101011000 1100010 1000001

Color Harmonies of #FD507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD507F

Black with #FD507F

Text Example


Text Example

White with #FD507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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