Html Css Color HEX #FC6590 Brink Pink

📋 copy color: '#FC6590'

red 252 ◦ green 101 ◦ blue 144

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

Shades of Brink Pink #FC6590

Tints of Brink Pink #FC6590

RGB

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

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

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

R = 50.7%
G = 20.32%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC6590 (or 0xFC6590) is known color: Brink Pink. HEX triplet: FC, 65 and 90. RGB value is (252,101,144). Sum of RGB (Red+Green+Blue) = 252+101+144=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6590 is #039A6F. Grayscale: #979797. Windows color (decimal): -236144 or 9463292. OLE color: 9463292.

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

Color convert

RGB 252 101 144 -
CMYK 0 0.60 0.43 0.01
HSL 342.91º 0.96% 0.69% -
HSV(B) 342.91º 0.6% 0.99% -
XYZ 49.83 32.02 29.94 -
YUV 151.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 252 101 144 0 0.60 0.43 0.01 342.91 0.96 0.69
Hex FC 65 90 0 3C 2B 1 157 60 45
Octal 374 145 220 0 74 53 1 527 140 105
Binary 11111100 1100101 10010000 0 111100 101011 1 101010111 1100000 1000101

Color Harmonies of #FC6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6590

Black with #FC6590

Text Example


Text Example

White with #FC6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6590; }

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

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

background-color css

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

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

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

border-color css

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

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

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