Html Css Color HEX #FC516E Wild Watermelon

📋 copy color: '#FC516E'

red 252 ◦ green 81 ◦ blue 110

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

Shades of Wild Watermelon #FC516E

Tints of Wild Watermelon #FC516E

RGB

 RED value IS 252 (98.83% from 255) = 56.88%

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

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

R = 56.88%
G = 18.28%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC516E (or 0xFC516E) is known color: Wild Watermelon. HEX triplet: FC, 51 and 6E. RGB value is (252,81,110). Sum of RGB (Red+Green+Blue) = 252+81+110=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC516E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC516E is #03AE91. Grayscale: #878787. Windows color (decimal): -241298 or 7229948. OLE color: 7229948.

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

Color convert

RGB 252 81 110 -
CMYK 0 0.68 0.56 0.01
HSL 349.82º 0.97% 0.65% -
HSV(B) 349.82º 0.68% 0.99% -
XYZ 45.9 27.71 17.68 -
YUV 135.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 252 81 110 0 0.68 0.56 0.01 349.82 0.97 0.65
Hex FC 51 6E 0 44 38 1 15E 61 41
Octal 374 121 156 0 104 70 1 536 141 101
Binary 11111100 1010001 1101110 0 1000100 111000 1 101011110 1100001 1000001

Color Harmonies of #FC516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC516E

Black with #FC516E

Text Example


Text Example

White with #FC516E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC516E; }

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

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

background-color css

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

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

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

border-color css

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

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

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