Html Css Color HEX #FC6B85 Brink Pink

📋 copy color: '#FC6B85'

red 252 ◦ green 107 ◦ blue 133

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

Shades of Brink Pink #FC6B85

Tints of Brink Pink #FC6B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 51.22%
G = 21.75%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC6B85 (or 0xFC6B85) is known color: Brink Pink. HEX triplet: FC, 6B and 85. RGB value is (252,107,133). Sum of RGB (Red+Green+Blue) = 252+107+133=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B85 is #03947A. Grayscale: #999999. Windows color (decimal): -234619 or 8743932. OLE color: 8743932.

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

Color convert

RGB 252 107 133 -
CMYK 0 0.58 0.47 0.01
HSL 349.24º 0.96% 0.7% -
HSV(B) 349.24º 0.58% 0.99% -
XYZ 49.64 32.9 25.93 -
YUV 153.32 116.54 198.39 -
System Red Green Blue C M Y K H S L
Decimal 252 107 133 0 0.58 0.47 0.01 349.24 0.96 0.7
Hex FC 6B 85 0 3A 2F 1 15D 60 46
Octal 374 153 205 0 72 57 1 535 140 106
Binary 11111100 1101011 10000101 0 111010 101111 1 101011101 1100000 1000110

Color Harmonies of #FC6B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B85

Black with #FC6B85

Text Example


Text Example

White with #FC6B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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