Html Css Color HEX #FC516F Wild Watermelon

📋 copy color: '#FC516F'

red 252 ◦ green 81 ◦ blue 111

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

Shades of Wild Watermelon #FC516F

Tints of Wild Watermelon #FC516F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25%

R = 56.76%
G = 18.24%
B = 25%

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

#FC516F (or 0xFC516F) is known color: Wild Watermelon. HEX triplet: FC, 51 and 6F. RGB value is (252,81,111). Sum of RGB (Red+Green+Blue) = 252+81+111=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC516F is #03AE90. Grayscale: #878787. Windows color (decimal): -241297 or 7295484. OLE color: 7295484.

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

Color convert

RGB 252 81 111 -
CMYK 0 0.68 0.56 0.01
HSL 349.47º 0.97% 0.65% -
HSV(B) 349.47º 0.68% 0.99% -
XYZ 45.96 27.73 17.97 -
YUV 135.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 252 81 111 0 0.68 0.56 0.01 349.47 0.97 0.65
Hex FC 51 6F 0 44 38 1 15D 61 41
Octal 374 121 157 0 104 70 1 535 141 101
Binary 11111100 1010001 1101111 0 1000100 111000 1 101011101 1100001 1000001

Color Harmonies of #FC516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC516F

Black with #FC516F

Text Example


Text Example

White with #FC516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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