Html Css Color HEX #FC486C Wild Watermelon

📋 copy color: '#FC486C'

red 252 ◦ green 72 ◦ blue 108

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

Shades of Wild Watermelon #FC486C

Tints of Wild Watermelon #FC486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25%

R = 58.33%
G = 16.67%
B = 25%

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

#FC486C (or 0xFC486C) is known color: Wild Watermelon. HEX triplet: FC, 48 and 6C. RGB value is (252,72,108). Sum of RGB (Red+Green+Blue) = 252+72+108=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC486C is #03B793. Grayscale: #818181. Windows color (decimal): -243604 or 7096572. OLE color: 7096572.

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

Color convert

RGB 252 72 108 -
CMYK 0 0.71 0.57 0.01
HSL 348º 0.97% 0.64% -
HSV(B) 348º 0.71% 0.99% -
XYZ 45.17 26.41 16.9 -
YUV 129.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 252 72 108 0 0.71 0.57 0.01 348 0.97 0.64
Hex FC 48 6C 0 47 39 1 15C 61 40
Octal 374 110 154 0 107 71 1 534 141 100
Binary 11111100 1001000 1101100 0 1000111 111001 1 101011100 1100001 1000000

Color Harmonies of #FC486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC486C

Black with #FC486C

Text Example


Text Example

White with #FC486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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