Html Css Color HEX #FC6991 Brink Pink

📋 copy color: '#FC6991'

red 252 ◦ green 105 ◦ blue 145

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

Shades of Brink Pink #FC6991

Tints of Brink Pink #FC6991

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 50.2%
G = 20.92%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6991 (or 0xFC6991) is known color: Brink Pink. HEX triplet: FC, 69 and 91. RGB value is (252,105,145). Sum of RGB (Red+Green+Blue) = 252+105+145=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6991 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6991 is #03966E. Grayscale: #999999. Windows color (decimal): -235119 or 9529852. OLE color: 9529852.

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

Color convert

RGB 252 105 145 -
CMYK 0 0.58 0.42 0.01
HSL 343.67º 0.96% 0.7% -
HSV(B) 343.67º 0.58% 0.99% -
XYZ 50.31 32.84 30.48 -
YUV 153.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 252 105 145 0 0.58 0.42 0.01 343.67 0.96 0.7
Hex FC 69 91 0 3A 2A 1 158 60 46
Octal 374 151 221 0 72 52 1 530 140 106
Binary 11111100 1101001 10010001 0 111010 101010 1 101011000 1100000 1000110

Color Harmonies of #FC6991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6991

Black with #FC6991

Text Example


Text Example

White with #FC6991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6991; }

 p { color: rgb(252,105,145); }

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

background-color css

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

 a { background-color: rgb(252,105,145); }

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

border-color css

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

 span { border-color: rgb(252,105,145); }

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