Html Css Color HEX #FC517E Wild Watermelon

📋 copy color: '#FC517E'

red 252 ◦ green 81 ◦ blue 126

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

Shades of Wild Watermelon #FC517E

Tints of Wild Watermelon #FC517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 54.9%
G = 17.65%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.01

RGB Variations

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

Color information

#FC517E (or 0xFC517E) is known color: Wild Watermelon. HEX triplet: FC, 51 and 7E. RGB value is (252,81,126). Sum of RGB (Red+Green+Blue) = 252+81+126=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC517E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC517E is #03AE81. Grayscale: #898989. Windows color (decimal): -241282 or 8278524. OLE color: 8278524.

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

Color convert

RGB 252 81 126 -
CMYK 0 0.68 0.5 0.01
HSL 344.21º 0.97% 0.65% -
HSV(B) 344.21º 0.68% 0.99% -
XYZ 46.85 28.09 22.69 -
YUV 137.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 252 81 126 0 0.68 0.5 0.01 344.21 0.97 0.65
Hex FC 51 7E 0 44 32 1 158 61 41
Octal 374 121 176 0 104 62 1 530 141 101
Binary 11111100 1010001 1111110 0 1000100 110010 1 101011000 1100001 1000001

Color Harmonies of #FC517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC517E

Black with #FC517E

Text Example


Text Example

White with #FC517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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