Html Css Color HEX #FC516A Wild Watermelon

📋 copy color: '#FC516A'

red 252 ◦ green 81 ◦ blue 106

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

Shades of Wild Watermelon #FC516A

Tints of Wild Watermelon #FC516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.15%

R = 57.4%
G = 18.45%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC516A (or 0xFC516A) is known color: Wild Watermelon. HEX triplet: FC, 51 and 6A. RGB value is (252,81,106). Sum of RGB (Red+Green+Blue) = 252+81+106=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC516A is #03AE95. Grayscale: #878787. Windows color (decimal): -241302 or 6967804. OLE color: 6967804.

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

Color convert

RGB 252 81 106 -
CMYK 0 0.68 0.58 0.01
HSL 351.23º 0.97% 0.65% -
HSV(B) 351.23º 0.68% 0.99% -
XYZ 45.69 27.62 16.56 -
YUV 134.98 111.65 211.47 -
System Red Green Blue C M Y K H S L
Decimal 252 81 106 0 0.68 0.58 0.01 351.23 0.97 0.65
Hex FC 51 6A 0 44 3A 1 15F 61 41
Octal 374 121 152 0 104 72 1 537 141 101
Binary 11111100 1010001 1101010 0 1000100 111010 1 101011111 1100001 1000001

Color Harmonies of #FC516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC516A

Black with #FC516A

Text Example


Text Example

White with #FC516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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