Html Css Color HEX #FC6086 Brink Pink

📋 copy color: '#FC6086'

red 252 ◦ green 96 ◦ blue 134

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

Shades of Brink Pink #FC6086

Tints of Brink Pink #FC6086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.92%

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

R = 52.28%
G = 19.92%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC6086 (or 0xFC6086) is known color: Brink Pink. HEX triplet: FC, 60 and 86. RGB value is (252,96,134). Sum of RGB (Red+Green+Blue) = 252+96+134=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 96 (37.89% from 255 or 19.92% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6086 is #039F79. Grayscale: #929292. Windows color (decimal): -237434 or 8806652. OLE color: 8806652.

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

Color convert

RGB 252 96 134 -
CMYK 0 0.62 0.47 0.01
HSL 345.38º 0.96% 0.68% -
HSV(B) 345.38º 0.62% 0.99% -
XYZ 48.63 30.78 25.93 -
YUV 146.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 252 96 134 0 0.62 0.47 0.01 345.38 0.96 0.68
Hex FC 60 86 0 3E 2F 1 159 60 44
Octal 374 140 206 0 76 57 1 531 140 104
Binary 11111100 1100000 10000110 0 111110 101111 1 101011001 1100000 1000100

Color Harmonies of #FC6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6086

Black with #FC6086

Text Example


Text Example

White with #FC6086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6086; }

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

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

background-color css

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

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

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

border-color css

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

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

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