Html Css Color HEX #FC6486 Brink Pink

📋 copy color: '#FC6486'

red 252 ◦ green 100 ◦ blue 134

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

Shades of Brink Pink #FC6486

Tints of Brink Pink #FC6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

 BLUE value IS 134 (52.73% from 255) = 27.57%

R = 51.85%
G = 20.58%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC6486 (or 0xFC6486) is known color: Brink Pink. HEX triplet: FC, 64 and 86. RGB value is (252,100,134). Sum of RGB (Red+Green+Blue) = 252+100+134=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6486 is #039B79. Grayscale: #959595. Windows color (decimal): -236410 or 8807676. OLE color: 8807676.

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

Color convert

RGB 252 100 134 -
CMYK 0 0.60 0.47 0.01
HSL 346.58º 0.96% 0.69% -
HSV(B) 346.58º 0.6% 0.99% -
XYZ 49.01 31.53 26.06 -
YUV 149.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 252 100 134 0 0.60 0.47 0.01 346.58 0.96 0.69
Hex FC 64 86 0 3C 2F 1 15B 60 45
Octal 374 144 206 0 74 57 1 533 140 105
Binary 11111100 1100100 10000110 0 111100 101111 1 101011011 1100000 1000101

Color Harmonies of #FC6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6486

Black with #FC6486

Text Example


Text Example

White with #FC6486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6486; }

 p { color: rgb(252,100,134); }

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

background-color css

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

 a { background-color: rgb(252,100,134); }

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

border-color css

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

 span { border-color: rgb(252,100,134); }

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