Html Css Color HEX #FC6585 Brink Pink

📋 copy color: '#FC6585'

red 252 ◦ green 101 ◦ blue 133

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

Shades of Brink Pink #FC6585

Tints of Brink Pink #FC6585

RGB

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

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

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

R = 51.85%
G = 20.78%
B = 27.37%

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

#FC6585 (or 0xFC6585) is known color: Brink Pink. HEX triplet: FC, 65 and 85. RGB value is (252,101,133). Sum of RGB (Red+Green+Blue) = 252+101+133=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6585 is #039A7A. Grayscale: #959595. Windows color (decimal): -236155 or 8742396. OLE color: 8742396.

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

Color convert

RGB 252 101 133 -
CMYK 0 0.60 0.47 0.01
HSL 347.28º 0.96% 0.69% -
HSV(B) 347.28º 0.6% 0.99% -
XYZ 49.03 31.7 25.72 -
YUV 149.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 252 101 133 0 0.60 0.47 0.01 347.28 0.96 0.69
Hex FC 65 85 0 3C 2F 1 15B 60 45
Octal 374 145 205 0 74 57 1 533 140 105
Binary 11111100 1100101 10000101 0 111100 101111 1 101011011 1100000 1000101

Color Harmonies of #FC6585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6585

Black with #FC6585

Text Example


Text Example

White with #FC6585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6585; }

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

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

background-color css

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

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

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

border-color css

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

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

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