Html Css Color HEX #FC567F Wild Watermelon

📋 copy color: '#FC567F'

red 252 ◦ green 86 ◦ blue 127

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

Shades of Wild Watermelon #FC567F

Tints of Wild Watermelon #FC567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.31%

R = 54.19%
G = 18.49%
B = 27.31%

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

#FC567F (or 0xFC567F) is known color: Wild Watermelon. HEX triplet: FC, 56 and 7F. RGB value is (252,86,127). Sum of RGB (Red+Green+Blue) = 252+86+127=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC567F is #03A980. Grayscale: #8C8C8C. Windows color (decimal): -240001 or 8345340. OLE color: 8345340.

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

Color convert

RGB 252 86 127 -
CMYK 0 0.66 0.50 0.01
HSL 345.18º 0.97% 0.66% -
HSV(B) 345.18º 0.66% 0.99% -
XYZ 47.3 28.88 23.16 -
YUV 140.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 252 86 127 0 0.66 0.50 0.01 345.18 0.97 0.66
Hex FC 56 7F 0 42 32 1 159 61 42
Octal 374 126 177 0 102 62 1 531 141 102
Binary 11111100 1010110 1111111 0 1000010 110010 1 101011001 1100001 1000010

Color Harmonies of #FC567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC567F

Black with #FC567F

Text Example


Text Example

White with #FC567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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