Html Css Color HEX #FC6582 Brink Pink

📋 copy color: '#FC6582'

red 252 ◦ green 101 ◦ blue 130

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

Shades of Brink Pink #FC6582

Tints of Brink Pink #FC6582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 52.17%
G = 20.91%
B = 26.92%

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

#FC6582 (or 0xFC6582) is known color: Brink Pink. HEX triplet: FC, 65 and 82. RGB value is (252,101,130). Sum of RGB (Red+Green+Blue) = 252+101+130=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6582 is #039A7D. Grayscale: #959595. Windows color (decimal): -236158 or 8545788. OLE color: 8545788.

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

Color convert

RGB 252 101 130 -
CMYK 0 0.60 0.48 0.01
HSL 348.48º 0.96% 0.69% -
HSV(B) 348.48º 0.6% 0.99% -
XYZ 48.83 31.61 24.65 -
YUV 149.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 252 101 130 0 0.60 0.48 0.01 348.48 0.96 0.69
Hex FC 65 82 0 3C 30 1 15C 60 45
Octal 374 145 202 0 74 60 1 534 140 105
Binary 11111100 1100101 10000010 0 111100 110000 1 101011100 1100000 1000101

Color Harmonies of #FC6582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6582

Black with #FC6582

Text Example


Text Example

White with #FC6582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6582; }

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

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

background-color css

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

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

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

border-color css

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

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

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