Html Css Color HEX #FC517F Wild Watermelon

📋 copy color: '#FC517F'

red 252 ◦ green 81 ◦ blue 127

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

Shades of Wild Watermelon #FC517F

Tints of Wild Watermelon #FC517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.61%

R = 54.78%
G = 17.61%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC517F (or 0xFC517F) is known color: Wild Watermelon. HEX triplet: FC, 51 and 7F. RGB value is (252,81,127). Sum of RGB (Red+Green+Blue) = 252+81+127=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC517F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC517F is #03AE80. Grayscale: #898989. Windows color (decimal): -241281 or 8344060. OLE color: 8344060.

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

Color convert

RGB 252 81 127 -
CMYK 0 0.68 0.50 0.01
HSL 343.86º 0.97% 0.65% -
HSV(B) 343.86º 0.68% 0.99% -
XYZ 46.92 28.11 23.03 -
YUV 137.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 252 81 127 0 0.68 0.50 0.01 343.86 0.97 0.65
Hex FC 51 7F 0 44 32 1 158 61 41
Octal 374 121 177 0 104 62 1 530 141 101
Binary 11111100 1010001 1111111 0 1000100 110010 1 101011000 1100001 1000001

Color Harmonies of #FC517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC517F

Black with #FC517F

Text Example


Text Example

White with #FC517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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