Html Css Color HEX #FC6592 Brink Pink

📋 copy color: '#FC6592'

red 252 ◦ green 101 ◦ blue 146

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

Shades of Brink Pink #FC6592

Tints of Brink Pink #FC6592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 50.5%
G = 20.24%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6592 (or 0xFC6592) is known color: Brink Pink. HEX triplet: FC, 65 and 92. RGB value is (252,101,146). Sum of RGB (Red+Green+Blue) = 252+101+146=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6592 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6592 is #039A6D. Grayscale: #979797. Windows color (decimal): -236142 or 9594364. OLE color: 9594364.

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

Color convert

RGB 252 101 146 -
CMYK 0 0.60 0.42 0.01
HSL 342.12º 0.96% 0.69% -
HSV(B) 342.12º 0.6% 0.99% -
XYZ 49.99 32.08 30.75 -
YUV 151.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 252 101 146 0 0.60 0.42 0.01 342.12 0.96 0.69
Hex FC 65 92 0 3C 2A 1 156 60 45
Octal 374 145 222 0 74 52 1 526 140 105
Binary 11111100 1100101 10010010 0 111100 101010 1 101010110 1100000 1000101

Color Harmonies of #FC6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6592

Black with #FC6592

Text Example


Text Example

White with #FC6592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6592; }

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

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

background-color css

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

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

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

border-color css

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

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

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