Html Css Color HEX #FD516C Wild Watermelon

📋 copy color: '#FD516C'

red 253 ◦ green 81 ◦ blue 108

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

Shades of Wild Watermelon #FD516C

Tints of Wild Watermelon #FD516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 57.24%
G = 18.33%
B = 24.43%

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

#FD516C (or 0xFD516C) is known color: Wild Watermelon. HEX triplet: FD, 51 and 6C. RGB value is (253,81,108). Sum of RGB (Red+Green+Blue) = 253+81+108=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD516C is #02AE93. Grayscale: #878787. Windows color (decimal): -175764 or 7098877. OLE color: 7098877.

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

Color convert

RGB 253 81 108 -
CMYK 0 0.68 0.57 0.01
HSL 350.58º 0.98% 0.65% -
HSV(B) 350.58º 0.68% 0.99% -
XYZ 46.16 27.85 17.13 -
YUV 135.51 112.48 211.8 -
System Red Green Blue C M Y K H S L
Decimal 253 81 108 0 0.68 0.57 0.01 350.58 0.98 0.65
Hex FD 51 6C 0 44 39 1 15F 62 41
Octal 375 121 154 0 104 71 1 537 142 101
Binary 11111101 1010001 1101100 0 1000100 111001 1 101011111 1100010 1000001

Color Harmonies of #FD516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD516C

Black with #FD516C

Text Example


Text Example

White with #FD516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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