Html Css Color HEX #FC6085 Brink Pink

📋 copy color: '#FC6085'

red 252 ◦ green 96 ◦ blue 133

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

Shades of Brink Pink #FC6085

Tints of Brink Pink #FC6085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.65%

R = 52.39%
G = 19.96%
B = 27.65%

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

#FC6085 (or 0xFC6085) is known color: Brink Pink. HEX triplet: FC, 60 and 85. RGB value is (252,96,133). Sum of RGB (Red+Green+Blue) = 252+96+133=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6085 is #039F7A. Grayscale: #929292. Windows color (decimal): -237435 or 8741116. OLE color: 8741116.

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

Color convert

RGB 252 96 133 -
CMYK 0 0.62 0.47 0.01
HSL 345.77º 0.96% 0.68% -
HSV(B) 345.77º 0.62% 0.99% -
XYZ 48.56 30.75 25.57 -
YUV 146.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 252 96 133 0 0.62 0.47 0.01 345.77 0.96 0.68
Hex FC 60 85 0 3E 2F 1 15A 60 44
Octal 374 140 205 0 76 57 1 532 140 104
Binary 11111100 1100000 10000101 0 111110 101111 1 101011010 1100000 1000100

Color Harmonies of #FC6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6085

Black with #FC6085

Text Example


Text Example

White with #FC6085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6085; }

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

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

background-color css

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

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

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

border-color css

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

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

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