Html Css Color HEX #FC6391 Brink Pink

📋 copy color: '#FC6391'

red 252 ◦ green 99 ◦ blue 145

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

Shades of Brink Pink #FC6391

Tints of Brink Pink #FC6391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.96%

 BLUE value IS 145 (57.03% from 255) = 29.23%

R = 50.81%
G = 19.96%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6391 (or 0xFC6391) is known color: Brink Pink. HEX triplet: FC, 63 and 91. RGB value is (252,99,145). Sum of RGB (Red+Green+Blue) = 252+99+145=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6391 is #039C6E. Grayscale: #959595. Windows color (decimal): -236655 or 9528316. OLE color: 9528316.

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

Color convert

RGB 252 99 145 -
CMYK 0 0.61 0.42 0.01
HSL 341.96º 0.96% 0.69% -
HSV(B) 341.96º 0.61% 0.99% -
XYZ 49.72 31.66 30.28 -
YUV 149.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 252 99 145 0 0.61 0.42 0.01 341.96 0.96 0.69
Hex FC 63 91 0 3D 2A 1 156 60 45
Octal 374 143 221 0 75 52 1 526 140 105
Binary 11111100 1100011 10010001 0 111101 101010 1 101010110 1100000 1000101

Color Harmonies of #FC6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6391

Black with #FC6391

Text Example


Text Example

White with #FC6391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6391; }

 p { color: rgb(252,99,145); }

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

background-color css

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

 a { background-color: rgb(252,99,145); }

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

border-color css

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

 span { border-color: rgb(252,99,145); }

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