Html Css Color HEX #FC6584 Brink Pink

📋 copy color: '#FC6584'

red 252 ◦ green 101 ◦ blue 132

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

Shades of Brink Pink #FC6584

Tints of Brink Pink #FC6584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.82%

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 51.96%
G = 20.82%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6584 (or 0xFC6584) is known color: Brink Pink. HEX triplet: FC, 65 and 84. RGB value is (252,101,132). Sum of RGB (Red+Green+Blue) = 252+101+132=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6584 is #039A7B. Grayscale: #959595. Windows color (decimal): -236156 or 8676860. OLE color: 8676860.

HSL color Cylindrical-coordinate representation of color #FC6584: hue angle of 347.68º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC6584 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 101 132 -
CMYK 0 0.60 0.48 0.01
HSL 347.68º 0.96% 0.69% -
HSV(B) 347.68º 0.6% 0.99% -
XYZ 48.96 31.67 25.36 -
YUV 149.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 252 101 132 0 0.60 0.48 0.01 347.68 0.96 0.69
Hex FC 65 84 0 3C 30 1 15C 60 45
Octal 374 145 204 0 74 60 1 534 140 105
Binary 11111100 1100101 10000100 0 111100 110000 1 101011100 1100000 1000101

Color Harmonies of #FC6584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6584

Black with #FC6584

Text Example


Text Example

White with #FC6584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6584; }

 p { color: rgb(252,101,132); }

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

background-color css

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

 a { background-color: rgb(252,101,132); }

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

border-color css

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

 span { border-color: rgb(252,101,132); }

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