Html Css Color HEX #FC547D Wild Watermelon

📋 copy color: '#FC547D'

red 252 ◦ green 84 ◦ blue 125

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

Shades of Wild Watermelon #FC547D

Tints of Wild Watermelon #FC547D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 54.66%
G = 18.22%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC547D (or 0xFC547D) is known color: Wild Watermelon. HEX triplet: FC, 54 and 7D. RGB value is (252,84,125). Sum of RGB (Red+Green+Blue) = 252+84+125=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC547D is #03AB82. Grayscale: #8A8A8A. Windows color (decimal): -240515 or 8213756. OLE color: 8213756.

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

Color convert

RGB 252 84 125 -
CMYK 0 0.67 0.50 0.01
HSL 345.36º 0.97% 0.66% -
HSV(B) 345.36º 0.67% 0.99% -
XYZ 47.02 28.52 22.43 -
YUV 138.91 120.16 208.67 -
System Red Green Blue C M Y K H S L
Decimal 252 84 125 0 0.67 0.50 0.01 345.36 0.97 0.66
Hex FC 54 7D 0 43 32 1 159 61 42
Octal 374 124 175 0 103 62 1 531 141 102
Binary 11111100 1010100 1111101 0 1000011 110010 1 101011001 1100001 1000010

Color Harmonies of #FC547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC547D

Black with #FC547D

Text Example


Text Example

White with #FC547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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