Html Css Color HEX #FC565D Wild Watermelon

📋 copy color: '#FC565D'

red 252 ◦ green 86 ◦ blue 93

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

Shades of Wild Watermelon #FC565D

Tints of Wild Watermelon #FC565D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 58.47%
G = 19.95%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC565D (or 0xFC565D) is known color: Wild Watermelon. HEX triplet: FC, 56 and 5D. RGB value is (252,86,93). Sum of RGB (Red+Green+Blue) = 252+86+93=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC565D is #03A9A2. Grayscale: #888888. Windows color (decimal): -240035 or 6117116. OLE color: 6117116.

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

Color convert

RGB 252 86 93 -
CMYK 0 0.66 0.63 0.01
HSL 357.47º 0.97% 0.66% -
HSV(B) 357.47º 0.66% 0.99% -
XYZ 45.45 28.14 13.39 -
YUV 136.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 252 86 93 0 0.66 0.63 0.01 357.47 0.97 0.66
Hex FC 56 5D 0 42 3F 1 165 61 42
Octal 374 126 135 0 102 77 1 545 141 102
Binary 11111100 1010110 1011101 0 1000010 111111 1 101100101 1100001 1000010

Color Harmonies of #FC565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC565D

Black with #FC565D

Text Example


Text Example

White with #FC565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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