Html Css Color HEX #FD516E Wild Watermelon

📋 copy color: '#FD516E'

red 253 ◦ green 81 ◦ blue 110

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

Shades of Wild Watermelon #FD516E

Tints of Wild Watermelon #FD516E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.24%

 BLUE value IS 110 (43.36% from 255) = 24.77%

R = 56.98%
G = 18.24%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD516E (or 0xFD516E) is known color: Wild Watermelon. HEX triplet: FD, 51 and 6E. RGB value is (253,81,110). Sum of RGB (Red+Green+Blue) = 253+81+110=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD516E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD516E is #02AE91. Grayscale: #878787. Windows color (decimal): -175762 or 7229949. OLE color: 7229949.

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

Color convert

RGB 253 81 110 -
CMYK 0 0.68 0.57 0.01
HSL 349.88º 0.98% 0.65% -
HSV(B) 349.88º 0.68% 0.99% -
XYZ 46.26 27.89 17.7 -
YUV 135.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 253 81 110 0 0.68 0.57 0.01 349.88 0.98 0.65
Hex FD 51 6E 0 44 39 1 15E 62 41
Octal 375 121 156 0 104 71 1 536 142 101
Binary 11111101 1010001 1101110 0 1000100 111001 1 101011110 1100010 1000001

Color Harmonies of #FD516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD516E

Black with #FD516E

Text Example


Text Example

White with #FD516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD516E; }

 p { color: rgb(253,81,110); }

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

background-color css

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

 a { background-color: rgb(253,81,110); }

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

border-color css

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

 span { border-color: rgb(253,81,110); }

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