Html Css Color HEX #FC6580 Brink Pink

📋 copy color: '#FC6580'

red 252 ◦ green 101 ◦ blue 128

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

Shades of Brink Pink #FC6580

Tints of Brink Pink #FC6580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 52.39%
G = 21%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6580 (or 0xFC6580) is known color: Brink Pink. HEX triplet: FC, 65 and 80. RGB value is (252,101,128). Sum of RGB (Red+Green+Blue) = 252+101+128=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6580 is #039A7F. Grayscale: #959595. Windows color (decimal): -236160 or 8414716. OLE color: 8414716.

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

Color convert

RGB 252 101 128 -
CMYK 0 0.60 0.49 0.01
HSL 349.27º 0.96% 0.69% -
HSV(B) 349.27º 0.6% 0.99% -
XYZ 48.69 31.56 23.95 -
YUV 149.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 252 101 128 0 0.60 0.49 0.01 349.27 0.96 0.69
Hex FC 65 80 0 3C 31 1 15D 60 45
Octal 374 145 200 0 74 61 1 535 140 105
Binary 11111100 1100101 10000000 0 111100 110001 1 101011101 1100000 1000101

Color Harmonies of #FC6580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6580

Black with #FC6580

Text Example


Text Example

White with #FC6580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6580; }

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

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

background-color css

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

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

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

border-color css

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

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

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