Html Css Color HEX #FC567D Wild Watermelon

📋 copy color: '#FC567D'

red 252 ◦ green 86 ◦ blue 125

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

Shades of Wild Watermelon #FC567D

Tints of Wild Watermelon #FC567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.57%

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

R = 54.43%
G = 18.57%
B = 27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC567D (or 0xFC567D) is known color: Wild Watermelon. HEX triplet: FC, 56 and 7D. RGB value is (252,86,125). Sum of RGB (Red+Green+Blue) = 252+86+125=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC567D is #03A982. Grayscale: #8C8C8C. Windows color (decimal): -240003 or 8214268. OLE color: 8214268.

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

Color convert

RGB 252 86 125 -
CMYK 0 0.66 0.50 0.01
HSL 345.9º 0.97% 0.66% -
HSV(B) 345.9º 0.66% 0.99% -
XYZ 47.17 28.83 22.48 -
YUV 140.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 252 86 125 0 0.66 0.50 0.01 345.9 0.97 0.66
Hex FC 56 7D 0 42 32 1 15A 61 42
Octal 374 126 175 0 102 62 1 532 141 102
Binary 11111100 1010110 1111101 0 1000010 110010 1 101011010 1100001 1000010

Color Harmonies of #FC567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC567D

Black with #FC567D

Text Example


Text Example

White with #FC567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC567D; }

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

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

background-color css

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

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

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

border-color css

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

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

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