Html Css Color HEX #FC486D Wild Watermelon

📋 copy color: '#FC486D'

red 252 ◦ green 72 ◦ blue 109

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

Shades of Wild Watermelon #FC486D

Tints of Wild Watermelon #FC486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

 BLUE value IS 109 (42.97% from 255) = 25.17%

R = 58.2%
G = 16.63%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC486D (or 0xFC486D) is known color: Wild Watermelon. HEX triplet: FC, 48 and 6D. RGB value is (252,72,109). Sum of RGB (Red+Green+Blue) = 252+72+109=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC486D is #03B792. Grayscale: #828282. Windows color (decimal): -243603 or 7162108. OLE color: 7162108.

HSL color Cylindrical-coordinate representation of color #FC486D: hue angle of 347.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC486D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 72 109 -
CMYK 0 0.71 0.57 0.01
HSL 347.67º 0.97% 0.64% -
HSV(B) 347.67º 0.71% 0.99% -
XYZ 45.22 26.43 17.19 -
YUV 130.04 116.13 214.99 -
System Red Green Blue C M Y K H S L
Decimal 252 72 109 0 0.71 0.57 0.01 347.67 0.97 0.64
Hex FC 48 6D 0 47 39 1 15C 61 40
Octal 374 110 155 0 107 71 1 534 141 100
Binary 11111100 1001000 1101101 0 1000111 111001 1 101011100 1100001 1000000

Color Harmonies of #FC486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC486D

Black with #FC486D

Text Example


Text Example

White with #FC486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC486D; }

 p { color: rgb(252,72,109); }

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

background-color css

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

 a { background-color: rgb(252,72,109); }

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

border-color css

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

 span { border-color: rgb(252,72,109); }

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