Html Css Color HEX #FC547C Wild Watermelon

📋 copy color: '#FC547C'

red 252 ◦ green 84 ◦ blue 124

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

Shades of Wild Watermelon #FC547C

Tints of Wild Watermelon #FC547C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.26%

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 54.78%
G = 18.26%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FC547C (or 0xFC547C) is known color: Wild Watermelon. HEX triplet: FC, 54 and 7C. RGB value is (252,84,124). Sum of RGB (Red+Green+Blue) = 252+84+124=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC547C is #03AB83. Grayscale: #8A8A8A. Windows color (decimal): -240516 or 8148220. OLE color: 8148220.

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

Color convert

RGB 252 84 124 -
CMYK 0 0.67 0.51 0.01
HSL 345.71º 0.97% 0.66% -
HSV(B) 345.71º 0.67% 0.99% -
XYZ 46.95 28.49 22.09 -
YUV 138.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 252 84 124 0 0.67 0.51 0.01 345.71 0.97 0.66
Hex FC 54 7C 0 43 33 1 15A 61 42
Octal 374 124 174 0 103 63 1 532 141 102
Binary 11111100 1010100 1111100 0 1000011 110011 1 101011010 1100001 1000010

Color Harmonies of #FC547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC547C

Black with #FC547C

Text Example


Text Example

White with #FC547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC547C; }

 p { color: rgb(252,84,124); }

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

background-color css

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

 a { background-color: rgb(252,84,124); }

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

border-color css

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

 span { border-color: rgb(252,84,124); }

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