Html Css Color HEX #FC6485 Brink Pink

📋 copy color: '#FC6485'

red 252 ◦ green 100 ◦ blue 133

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

Shades of Brink Pink #FC6485

Tints of Brink Pink #FC6485

RGB

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

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

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

R = 51.96%
G = 20.62%
B = 27.42%

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

#FC6485 (or 0xFC6485) is known color: Brink Pink. HEX triplet: FC, 64 and 85. RGB value is (252,100,133). Sum of RGB (Red+Green+Blue) = 252+100+133=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6485 is #039B7A. Grayscale: #959595. Windows color (decimal): -236411 or 8742140. OLE color: 8742140.

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

Color convert

RGB 252 100 133 -
CMYK 0 0.60 0.47 0.01
HSL 346.97º 0.96% 0.69% -
HSV(B) 346.97º 0.6% 0.99% -
XYZ 48.94 31.5 25.69 -
YUV 149.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 252 100 133 0 0.60 0.47 0.01 346.97 0.96 0.69
Hex FC 64 85 0 3C 2F 1 15B 60 45
Octal 374 144 205 0 74 57 1 533 140 105
Binary 11111100 1100100 10000101 0 111100 101111 1 101011011 1100000 1000101

Color Harmonies of #FC6485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6485

Black with #FC6485

Text Example


Text Example

White with #FC6485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6485; }

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

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

background-color css

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

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

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

border-color css

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

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

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