Html Css Color HEX #FC6990 Brink Pink

📋 copy color: '#FC6990'

red 252 ◦ green 105 ◦ blue 144

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

Shades of Brink Pink #FC6990

Tints of Brink Pink #FC6990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 50.3%
G = 20.96%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC6990 (or 0xFC6990) is known color: Brink Pink. HEX triplet: FC, 69 and 90. RGB value is (252,105,144). Sum of RGB (Red+Green+Blue) = 252+105+144=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6990 is #03966F. Grayscale: #999999. Windows color (decimal): -235120 or 9464316. OLE color: 9464316.

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

Color convert

RGB 252 105 144 -
CMYK 0 0.58 0.43 0.01
HSL 344.08º 0.96% 0.7% -
HSV(B) 344.08º 0.58% 0.99% -
XYZ 50.23 32.81 30.07 -
YUV 153.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 252 105 144 0 0.58 0.43 0.01 344.08 0.96 0.7
Hex FC 69 90 0 3A 2B 1 158 60 46
Octal 374 151 220 0 72 53 1 530 140 106
Binary 11111100 1101001 10010000 0 111010 101011 1 101011000 1100000 1000110

Color Harmonies of #FC6990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6990

Black with #FC6990

Text Example


Text Example

White with #FC6990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6990; }

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

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

background-color css

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

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

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

border-color css

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

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

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