Html Css Color HEX #FC6594 Brink Pink

📋 copy color: '#FC6594'

red 252 ◦ green 101 ◦ blue 148

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

Shades of Brink Pink #FC6594

Tints of Brink Pink #FC6594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 50.3%
G = 20.16%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FC6594 (or 0xFC6594) is known color: Brink Pink. HEX triplet: FC, 65 and 94. RGB value is (252,101,148). Sum of RGB (Red+Green+Blue) = 252+101+148=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6594 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6594 is #039A6B. Grayscale: #979797. Windows color (decimal): -236140 or 9725436. OLE color: 9725436.

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

Color convert

RGB 252 101 148 -
CMYK 0 0.60 0.41 0.01
HSL 341.32º 0.96% 0.69% -
HSV(B) 341.32º 0.6% 0.99% -
XYZ 50.14 32.14 31.58 -
YUV 151.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 252 101 148 0 0.60 0.41 0.01 341.32 0.96 0.69
Hex FC 65 94 0 3C 29 1 155 60 45
Octal 374 145 224 0 74 51 1 525 140 105
Binary 11111100 1100101 10010100 0 111100 101001 1 101010101 1100000 1000101

Color Harmonies of #FC6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6594

Black with #FC6594

Text Example


Text Example

White with #FC6594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6594; }

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

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

background-color css

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

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

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

border-color css

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

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

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